7071727374757677787980
GraphicConfiguration config=GraphicConfiguration.getInstance(); int w=config.getRowHeaderWidth(); tc.setMinWidth(w); tc.setMaxWidth(w); tc.setResizable(false); tc.setCellRenderer(new SpreadSheetRowHeaderRenderer()); tc.setCellEditor(null); super.addColumn(tc); } columnIndex++; }