hello,
i would like to have a jogl GLCanvas or GLJPanel as the background of a JDesktopPane. that means, that there are JInternatlFrames above (but never below) the opengl rendering.
how could i do this easily?
i tried putting a GLJPanel in a JInternalFrame itself and keeping it maximized all the time, but it seems to be calling the init again whenever another JInternalFrame gets created or gets the focus.
thanks for any help on this!