Login  Register

Re: Multiple OpenGL canvas in Swing application

Posted by juankprada on Nov 08, 2013; 9:00pm
URL: https://forum.jogamp.org/Multiple-OpenGL-canvas-in-Swing-application-tp4030542p4030545.html

That would be done with the context.makeCurrent() and context.release() methods right?. Seems like not that difficult to do.

thanks for the answer. Now I can proceed safetly