Closedown

This commit is contained in:
boccioli_m
2018-03-20 11:03:47 +01:00
parent a954a62122
commit 2b217210ad

View File

@@ -2364,6 +2364,7 @@ public class TestingList extends Panel {
System.out.println(" test not in table: adding it...");
System.out.println(" rowData: " + rowData);
model.addRow(rowData);
model.fireTableDataChanged();
}
} catch (Exception ex) {
ex.printStackTrace();