Hi all,

I'd like to catch all runtime exceptions that are thrown in my Swing app in order to 
fail
gracefully (ie I don't want any NullPointerExceptions, ArrayIndexOutOfBoundsExceptions 
etc going
uncaught) by popping a "Program Error" dialog or something like that. I can add a 
try/catch block
in my main, but that's not going to catch any exceptions that occur in the Gui 
threads. Has anyone
tried this before ? What is the best approach ?

Thanks in advance,
-Paul

_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to