Hi,
I’ve a JOGL panel included in a JPanel.
I think the prefered way is to use a GLJPanel as soon I’m using swing components. But this one is very very slower (on Intel graphics card).
So I decided to use GLCanvas, but my problem is that the application’s Menu (the JMenu and JMenuItem contained in the JMenuBar) is displayed behind the canvas.
Have you any tricks to get the menu displayed on top of the jogl canvas ?
thanks