Font to big - cell content invisible
Status: Beta
Brought to you by:
victorf2
For me, the cell contents were invisible when using the
normal font size (no problems with the small font).
This can be patched by reducing the size from 18 to 17 in
Cell.setNormalText():
setFont(new Font( CONSTS.FONT_NAME, Font.BOLD, 17));
instead of:
setFont(new Font( CONSTS.FONT_NAME, Font.BOLD, 17));
I'm using JRE 1.5 on Linux/KDE.
Diff for Cell.java