The GLCanvas covers my menu

Hello

I’m using jogl (GLCanvas) together with swing (JFrames JTabbedPane and whatnot).
Everything works fine except that the menu is being overpainted by the canvas.
The canvas is not painting over anything else in the application that it shouldn’t.
e.g. It nicely hides when a tabbed pane is displaying something else than the glcanvas…

JPopupMenu.setDefaultLightWeightPopupEnabled(false);

Thank you!

Now it works like a charm!