Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JDailog Freeze

793881Apr 12 2009 — edited Apr 28 2009
I'm writing an application using multiple self-written JDialogs. And my problem is that sometimes the application freezes after opening a JDialog or closing it. My best guess is that the cause of this is that sometimes one JDialog launches another JDialog (because until now, that's the only time I saw it freeze) (although I have no idea how this is possible), but since I don't know it for sure, I post this question. Are there any precautions you should take when working with JDialogs (like the thread-safe launch of a normal GUI using SwingUtilities)?

Thanks,
Sam
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2009
Added on Apr 12 2009
7 comments
118 views