This commit is contained in:
boccioli_m
2015-08-21 11:11:49 +02:00
parent f9eb91beb2
commit 3b63de0653
2 changed files with 3 additions and 2 deletions

View File

@@ -601,7 +601,7 @@ public class TestingList extends Panel {
try {
openListEditor();
} catch (Exception ex) {
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);
SwingUtils.showException(null, ex);
}
}//GEN-LAST:event_jButton1ActionPerformed