posted 21 years ago
table.getColumn( Object identifier ) or table.getColumnModel().getColumn( int index ) will get you a table column. Then use either setHeaderValue( Object value ) or setHeaderRenderer( TableCellRenderer renderer ) on the table column to make the appropriate changes. You may have to call invalidate(), validate(), or repaint() on the table to get the changes to show up...
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.