Feb 13
|
Changing the font of a JTable’s header can be done using the JTableHeader class. The JTableHeader is a JComponent subclass that manages the header of a JTable.
table.getTableHeader().setFont(font);
|
Changing the font of a JTable’s header can be done using the JTableHeader class. The JTableHeader is a JComponent subclass that manages the header of a JTable. table.getTableHeader().setFont(font); |
|
Recent Comments