|
Hi,
I'm working on a plugin to a Java program that is using a Swing GUI with menus and a JDesktopPane for viewing data in JInternalFrames. I would like to integrate my JOGL renderer plugin into a JInternalFrame, which is fine when using the lightweight GLJPanel class; using the heavyweight GLCanvas results in overlapping and tearing artifacts. I would like to be able to use stereo, however, which doesn't work with the GLJPanel.
Is there any possibility of using a lightweight component (custom or otherwise) for stereo, or is this simply not possible?
Cheers,
Justin
|