Hi Anthony, 2010/1/25 Anthony Petrov <[email protected]>: > 2. src/solaris/classes/sun/awt/X11/GtkFileDialogPeer.java >> >> 86 fd.setVisible(false); >> 89 fd.setVisible(false); > > I'm not really sure if you need these calls. Also, I think that the second > one could cause an endless loop if it weren't guarded on the shared level in > Component.show(boolean). I think calling run() or quit() should be enough > for it to function correctly.
In my previous email I forgot to say, that I add the call to "fd.setVisible(..)" because without that the component isn't disposed and also if we close the main Frame a thread remains alive. Best regards, Costantino
