Login  Register

Re: Canvas3D resize problem

Posted by gouessej on Feb 22, 2014; 9:39am
URL: https://forum.jogamp.org/Canvas3D-resize-problem-tp4031602p4031680.html

Actually, your latest example works with OpenJDK 1.7 update 45 and Icedtea Webstart :D

I fear that the AppContext is seen as null in a particular class loader.

Edit.: AppContext is stored in something like a ThreadLocal, I'm right. You have to call the workaround in the right context, depending on the current thread when calling AWTEDTExecutor.invoke().
Julien Gouesse | Personal blog | Website