Closedown

This commit is contained in:
boccioli_m
2015-06-05 10:37:13 +02:00
parent 6666ce1f75
commit bc80265912

View File

@@ -164,7 +164,7 @@ public class TestingList extends Panel {
};
DefaultTableModel model = new DefaultTableModel(data, columnNames);
jTable1.setModel(model);
}
}