Closedown

This commit is contained in:
boccioli_m
2015-06-23 11:17:35 +02:00
parent ecd1cc4572
commit 54d85064df
5 changed files with 17 additions and 3 deletions

View File

@@ -694,6 +694,8 @@ public class TestingList extends Panel {
jTable1.getColumnModel().getColumn(COL.CHECK.ordinal()).setMaxWidth(27);
jTable1.getColumnModel().getColumn(COL.DEVICENAME.ordinal()).setPreferredWidth(30);
jTable1.getColumnModel().getColumn(COL.STATUS.ordinal()).setPreferredWidth(30);
jTable1.getColumnModel().getColumn(COL.DEVICEDESCR.ordinal()).setMinWidth(0);
jTable1.getColumnModel().getColumn(COL.DEVICEDESCR.ordinal()).setMaxWidth(0);
jTable1.getColumnModel().getColumn(COL.TESTPATH.ordinal()).setMinWidth(0);
jTable1.getColumnModel().getColumn(COL.TESTPATH.ordinal()).setMaxWidth(0);
jTable1.getColumnModel().getColumn(COL.TESTDESCR.ordinal()).setMinWidth(0);