Closedown

This commit is contained in:
boccioli_m
2015-09-03 16:11:56 +02:00
parent e6ea1cc047
commit 76e29e7ae5

View File

@@ -2026,6 +2026,7 @@ public class TestingList extends Panel {
tableModel.addRow((Vector) itr.next());
}
in.close();
loadTests();
} catch (Exception ex) {
ex.printStackTrace();
SwingUtils.showMessage(this, "loadSettings()", ex.toString());