> hello,
>
[quoted text clipped - 5 lines]
>
> thanks
You can use the WindowListener and the
void windowClosed(WindowEvent e)
method.

Signature
JSC
Brandon McCombs - 06 Feb 2006 05:56 GMT
>> hello,
>>
[quoted text clipped - 10 lines]
> void windowClosed(WindowEvent e)
> method.
ah that's it. I completely forgot about that. Thanks.
Brandon McCombs - 06 Feb 2006 06:10 GMT
>> hello,
>>
[quoted text clipped - 10 lines]
> void windowClosed(WindowEvent e)
> method.
I had to use windowClosing() method but I think it's doing what I want
since I saw output from my System.out.println() methods when I did not
see output when I used windowClosed().