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

@@ -1,4 +1,5 @@
.\\home\\plugins\\importerFDA-1.0-SNAPSHOT-jar-with-dependencies.jar=enabled
.\\home\\plugins\\EditTestingList.java=enabled
.\\home\\plugins\\new_main.py=disabled
.\\home\\plugins\\TestMain.java=disabled
.\\home\\plugins\\TestingListDetails.java=enabled
.\\home\\plugins\\TestingList.java=enabled

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