Exception « Dialog « Java Swing Q&A





1. Exception in JDialog    stackoverflow.com

I am getting this error when i press a button that executes a query. I have no idea what it is all about. Can you guys help me with this ?

Exception ...

3. Default Uncaught Exception Handler fails in JDialog    coderanch.com

A modal JDialog creates its own EventQueue to handle events that occur while it's open, and as a side effect bypasses the UncaughtExceptionHandler. The only way to deal with it is to use a hack involving a system property and an undocumented part of the EventDispatchThread API. First, you have to create a class to handle the exceptions; for example: package ...

4. Null exception from canceling JDialog    java-forums.org