One option is to set the UIManager hints before initializing the GUI, for example:
FontUIResource font = new FontUIResource("Verdana", Font.PLAIN, 24); UIManager.put("Table.font", font); UIManager.put("Table.foreground", Color.RED);
barti_ddu
source share