Howdy folks,
A lot of the tutorials don’t show how to mix a jogl canvas with some regular AWT/SWING code for a UI. Any tutes or guidance/code on this area?
I’m having trouble inserting a GLCanvas into a JPanel, and then the JPanel in a JFrame. It seems that only reshape is being called back. None of the other methods seem to work.
Cheers