Re: JOGL & netbeans gui builder (how to properly show a GLcanvas?)
Posted by
gouessej on
May 22, 2015; 9:30am
URL: https://forum.jogamp.org/JOGL-netbeans-gui-builder-how-to-properly-show-a-GLcanvas-tp4034496p4034506.html
Eclipse has a GUI builder too (WindowBuilder) and it's possible to run Matisse in it too (but a bit tricky).
Those tools are useful for the developers who don't want to learn Swing in details or for those who want to spare some time but at the end, it is really a time saver if you understand what is done under the hood. Personally, I prefer coding the UI without those WYSIWYG editors most of the time.
The main thread isn't the AWT EDT. I don't understand why it freezes.