posted 21 years ago
Hi I have a little problem..
I create a new dialog with
dialog = new bookDialog
dialog.pack();
the user presses the book button which does the following...
dialog.setVisible(true);
to close this dialog i then call
dialog.setVisible(false);
Alls Fine. But next time i call dialog.setVisible(true); my dialog flashes on the screen for a second and then minimizes itself!!
Can Anyone Help?
cheers
joe