GLJPanel does not draw the OpenGL content when containing a Swing component
Posted by
gouessej on
Sep 28, 2010; 7:16pm
URL: https://forum.jogamp.org/GLJPanel-does-not-draw-the-OpenGL-content-when-containing-a-Swing-component-tp1598076.html
Hi!
When I put a JInternalFrame into a GLJPanel, this frame gets rendered but not the OpenGL content. The Java Web Start demos using Java2D/JOGL interoperability work, therefore I will try to write a simple test case to reproduce what is perhaps a regression.