Re: invisible rendering
Posted by
gouessej on
Jun 16, 2014; 4:08pm
URL: https://forum.jogamp.org/invisible-rendering-tp4032432p4032444.html
I fear it is the expected behavior when using AWT (but not with NEWT). When the GLCanvas is removed from its container, it calls removeNotify and the context gets destroyed. Have you tried to use setSharedAutoDrawable()?