Hello,
I want to have a Swing or AWT Component in front of a 3dAnimation.
i tried it already with JLayeredPane and GlassPane, but the GLCanvas was always in the front.
This is what happened when i put the canvas in a JInternalFrame which is Behind another JInternalFrame.
Booth InternalFrames were added to a JDesktopPane.