79463583

Date: 2025-02-24 12:56:31
Score: 1.5
Natty:
Report link

Besides setting the font size with jtable.setFont(jtable.getFont().deriveFont(size)), you also need to set the row height. I find that the font size + 4 works well: jtable.setRowHeight((int) size+4).

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: John Caron