Ignore:
Timestamp:
09.03.2010 08:20:54 (2 years ago)
Author:
jttt
Message:

Added handler for uncaught exception in modal dialogs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MainApplication.java

    r3054 r3098  
    131131 
    132132        Thread.setDefaultUncaughtExceptionHandler(new BugReportExceptionHandler()); 
     133        // http://stuffthathappens.com/blog/2007/10/15/one-more-note-on-uncaught-exception-handlers/ 
     134        System.setProperty("sun.awt.exception.handler", BugReportExceptionHandler.class.getName()); 
    133135 
    134136        // initialize the plaform hook, and 
Note: See TracChangeset for help on using the changeset viewer.