Closedown

This commit is contained in:
boccioli_m
2018-03-20 11:06:39 +01:00
parent 2b32b64236
commit bcee8431a8
2 changed files with 3 additions and 4 deletions

View File

@@ -2362,9 +2362,8 @@ public class TestingList extends Panel {
}
if (!bTestAlreadyInTable) {
System.out.println(" test not in table: adding it...");
System.out.println(" rowData: " + rowData);
System.out.println(" rowData: " + rowData.toString());
model.addRow(rowData);
model.fireTableDataChanged();
}
} catch (Exception ex) {
ex.printStackTrace();