Login  Register

GLCanvas draws over Swing components on Mac

Posted by karelknoes on May 09, 2012; 11:53am
URL: https://forum.jogamp.org/GLCanvas-draws-over-Swing-components-on-Mac-tp3973879.html

On Mac OS X machines (no problems on Windows machines), the GLCanvas fills my entire Applet frame, drawing over all swing components such as a top menu bar and a side menu. During applet initialization, the swing components are briefly visible before the GLCanvas is drawn. Although not visible afterwards, the buttons in the top bar do still respond when I (blindly) click them. The GLJPanel behaves well in this setting (but renders less smoothly). The JOGL version is 2.0-RC8.

I'm a bit at loss in which direction to look for a solution. Any tip are very welcome :).

Ps. An old and possibly unrelated problem description: http://java.net/jira/browse/JOGL-58

EDIT: There are no alarming log messages.