Exception « Thread « Java Swing Q&A





1. Capture exception in swing thread    stackoverflow.com

How to send exception to log4j log from java swing ? We have much code already done and it does a lot of:

mytable.getSelectionModel().addListSelectionListener(
        new ListSelectionListener() ...