Closedown
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
</Property>
|
||||
<Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor">
|
||||
<TableColumnModel selectionModel="0">
|
||||
<Column maxWidth="-1" minWidth="-1" prefWidth="1" resizable="false">
|
||||
<Column maxWidth="-1" minWidth="-1" prefWidth="10" resizable="false">
|
||||
<Title/>
|
||||
<Editor/>
|
||||
<Renderer/>
|
||||
|
||||
@@ -167,7 +167,7 @@ jTable1.setValueAt(icon, rowD, COL_ICON);
|
||||
jScrollPane2.setViewportView(jTable1);
|
||||
if (jTable1.getColumnModel().getColumnCount() > 0) {
|
||||
jTable1.getColumnModel().getColumn(0).setResizable(false);
|
||||
jTable1.getColumnModel().getColumn(0).setPreferredWidth(1);
|
||||
jTable1.getColumnModel().getColumn(0).setPreferredWidth(10);
|
||||
jTable1.getColumnModel().getColumn(5).setResizable(false);
|
||||
jTable1.getColumnModel().getColumn(5).setPreferredWidth(10);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user