Hi -
I’m encountering a strange problem when running my code on Macs with Java6.0 and JSR 1.1.1.
I have a JTable in a docked frame (via JIDE Docking Manager) that controls a main GLCanvas. The JTable font isn’t being rendered correctly (normally looks like bold typeface but with the GLCanvas it is very thin looking and almost unreadable). When I move the JTable docked frame outside to a standalone frame, the font renders correctly.
I did some testing:
- did not add the GLCanvas the main JPanel, the JTable font renders fine
- add the GLCanvas to the JPanel but make the init() and display() methods empty, the JTable font renders incorrectly.
So I’m thinking somehow an OpenGL state is affecting the JTable font rendering? Can someone verify the JTable fonts use OpenGL texturing? Is there any other possible causes for this bug?
Thanks