Nothing is drawn after AWT-Eventqueue thread is interrupted. Why?
Posted by ozgurkurt on Sep 22, 2015; 9:38am
URL: https://forum.jogamp.org/Nothing-is-drawn-after-AWT-Eventqueue-thread-is-interrupted-Why-tp4035346.html
Hi all,
I've a annoying problem for sometime now, I cannot find any solutions. Any help is appreciated.
We have a pretty big and complex desktop application. We used to employ jogl 111a, I recently upgraded to latest jogamp 231.
We have a GLCanvas, working very well until some other AWT component calls Thread.currentThread.interrupt() (for whatever reason) during paint method execution. Afterwards GLCanvas doesn't get updated on the screen even though it's display(glad) method is executed completely.
What is wrong and how can I fix it?
Best regards,
Ozgur