Closedown

This commit is contained in:
boccioli_m
2015-06-08 16:58:55 +02:00
parent 991b54cdc0
commit 1c92dca08a

View File

@@ -295,8 +295,7 @@ public class TestingList extends Panel {
model.addRow(new Object[] {false, sDate, "MWD", "Display Test", "Sequence terminated", "Pending", icon});
model.addRow(new Object[] {false, sDate, "FIXL", "Lamp Test", "Failure", "Pending", icon});
jTable1.setModel(model);
jTable1.getColumnModel().getColumn(0).setPreferredWidth(27);
jTable1.getColumnModel().getColumn(6).setPreferredWidth(27);
jTable1.getColumnModel().getColumn(6).setMaxWidth(27);
jTable1.getColumnModel().getColumn(0).setMaxWidth(27);
updateStatus();