
Signature
Knute Johnson
email s/nospam/knute/
------->>>>>>http://www.NewsDem
On Jan 24, 11:48 pm, Knute Johnson <nos...@rabbitbrush.frazmtn.com>
wrote:
> > Hi,
>
[quoted text clipped - 17 lines]
> Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
> ------->>>>>>http://www.NewsDem
Thanks ! I it worked. But now when I close the second JFrame window,
the first one closes too.
How do I decouple them ?
RedGrittyBrick - 25 Jan 2008 10:51 GMT
> On Jan 24, 11:48 pm, Knute Johnson <nos...@rabbitbrush.frazmtn.com>
> wrote:
[quoted text clipped - 19 lines]
> the first one closes too.
> How do I decouple them ?
f1.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
f2.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);