I have a dialog that pops up when I click on a button in my GUI. If I
resize the popup dialog, then close it, then click on the button again,
I want the dialog to remember the resize I did. How can I do this?
> I have a dialog that pops up when I click on a button in my GUI. If I
> resize the popup dialog, then close it, then click on the button again,
> I want the dialog to remember the resize I did. How can I do this?
Keep a reference to it. When it is setVisible(true)
a second or subsequesnt time(s) it will be the size/place
the user closed it.

Signature
Andrew Thompson
physci.org 1point1c.org javasaver.com lensescapes.com athompson.info
Where No Fan Has Gone Before