Stereo in a Lightweight Component

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Stereo in a Lightweight Component

Justin
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