Closedown
This commit is contained in:
@@ -153,7 +153,7 @@ jTable1.setValueAt(icon, rowD, COL_ICON);
|
||||
java.lang.Boolean.class, java.lang.Object.class, java.lang.Object.class, java.lang.Object.class, java.lang.Object.class, java.lang.Object.class
|
||||
};
|
||||
boolean[] canEdit = new boolean [] {
|
||||
false, true, true, true, true, false
|
||||
true, true, true, true, true, false
|
||||
};
|
||||
|
||||
public Class getColumnClass(int columnIndex) {
|
||||
@@ -167,7 +167,6 @@ 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(10);
|
||||
jTable1.getColumnModel().getColumn(5).setResizable(false);
|
||||
jTable1.getColumnModel().getColumn(5).setPreferredWidth(10);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user