Login  Register

multiple instances of GLCanvas in a single container (Swing)

Posted by jacksmash on Nov 07, 2011; 7:56pm
URL: https://forum.jogamp.org/multiple-instances-of-GLCanvas-in-a-single-container-Swing-tp3488057.html

Is it possible to do this? I'm using Netbeans as my IDE. I'd like to have, say, a grid of 6 (or more) GLCanvases on a single JPanel. They don't necessarily share context, and they are not just different views of the same scene.

I've been searching the web and can't seem to find any tutorials. Any suggestions?