Login  Register

Re: JOGL 2 support for Ardor3D, JMonkeyEngine 3, jzy3d and NiftyGUI

Posted by Andreas on Feb 27, 2016; 8:02am
URL: https://forum.jogamp.org/JOGL-2-support-for-Ardor3D-JMonkeyEngine-3-jzy3d-and-NiftyGUI-tp1706747p4036377.html

Hi,

I still have to try with the JoglAwtCanvas. But I'm having another problem. As told before I'm using the JoglSwingCanvas inside the Netbeans RCP. If you maximize a window there it is removed from the actual JComponent und again added to another. This means that addNotify and removeNotify is called for the JoglSwingCanvas/GLJPanel. After adding again the JoglSwingCanvas is not working correctly. I think it the same code since init() is not called again for the JoglSwingCanvas. It the same like removing and adding the JoglSwingCanvas from it's parent.

How can I avoid this.

Andreas