Re: JOGL & netbeans gui builder (how to properly show a GLcanvas?)
Posted by
gouessej on
May 20, 2015; 7:27am
URL: https://forum.jogamp.org/JOGL-netbeans-gui-builder-how-to-properly-show-a-GLcanvas-tp4034496p4034500.html
This JOGL netbeans plugin is completely outdated. Why not using Netbeans and JOGL without the GUI builder? This plugin relies on a very early version of JOGL 2 (?), even the threading and the drawing has changed a bit in the meantime.
Manipulate an AWT component on the AWT EDT as usual and the AWT GLCanvas is an AWT component. Have you ever looked at our simple examples on Github?