Login  Register

Re: Jogl and the Netbeans Platform ¿can you help me?

Posted by Wade Walker on Feb 13, 2011; 4:26am
URL: https://forum.jogamp.org/Jogl-and-the-Netbeans-Platform-can-you-help-me-tp2482729p2484011.html

It's possible to do JOGL 2 in a JWindow, if that works for you. If you take the JFrame example from http://jogamp.org/wiki/index.php/Using_JOGL_in_AWT_SWT_and_Swing, and just change the JFrame to a JWindow, it works fine. The problem is you can't close the app when you do that, since there's no close button  I assume your app has some way to handle that, though.