Jogl and the Netbeans Platform ¿can you help me?
Posted by bardackx on Feb 12, 2011; 10:39pm
URL: https://forum.jogamp.org/Jogl-and-the-Netbeans-Platform-can-you-help-me-tp2482729.html
I need to render a GLCanvas inside a Window or TopComponent ¿how can i do that? (So far I have a Module for storing the jogl libraries, the project compiles and run, and even adds the GLCanvas to the Window or TopComponent, but it doesnt make any call to the init, display, reshape methods, I can make a new JFrame with the canvas but it is not what I need, any help is apreciated.