Closedown
This commit is contained in:
@@ -262,7 +262,7 @@
|
||||
<Editor/>
|
||||
<Renderer/>
|
||||
</Column>
|
||||
<Column maxWidth="100" minWidth="-1" prefWidth="80" resizable="true">
|
||||
<Column maxWidth="200" minWidth="-1" prefWidth="120" resizable="true">
|
||||
<Title/>
|
||||
<Editor/>
|
||||
<Renderer/>
|
||||
|
||||
@@ -157,8 +157,8 @@ public class TestingListDetails extends javax.swing.JPanel {
|
||||
jTableParams.getColumnModel().getColumn(0).setMinWidth(150);
|
||||
jTableParams.getColumnModel().getColumn(0).setPreferredWidth(150);
|
||||
jTableParams.getColumnModel().getColumn(0).setMaxWidth(150);
|
||||
jTableParams.getColumnModel().getColumn(1).setPreferredWidth(80);
|
||||
jTableParams.getColumnModel().getColumn(1).setMaxWidth(100);
|
||||
jTableParams.getColumnModel().getColumn(1).setPreferredWidth(120);
|
||||
jTableParams.getColumnModel().getColumn(1).setMaxWidth(200);
|
||||
}
|
||||
|
||||
jLabel7.setFont(new java.awt.Font("Tahoma", 1, 14)); // NOI18N
|
||||
|
||||
Reference in New Issue
Block a user