I want to set the JTable header's font. Do you know how?
This should work:
table.getTableHeader().setFont(new Font("SansSerif", Font.ITALIC, 12));