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);
Leave a Reply
You must be logged in to post a comment.