201202203204205206207208
TableColumnModel tcm = mainTable.getColumnModel(); TableColumn tc = tcm.getColumn(0); tc.setMaxWidth(55); tc.setMinWidth(55); tc.setPreferredWidth(55); tc.setCellEditor(new TableSpinnerEditor(this)); } }