Exception Handling Thread Safety
RobertBColton opened this issue · 0 comments
RobertBColton commented
The default exception handler isn't thread safe, it needs delayed until the EDT. Also, as it is installed prior to LGM.createAndShowGUI() it's possible that the language pack it needs to translate its messages hasn't been loaded.