Re: Thread blocking issue with AWT (but not NEWT) on OSX
Posted by ac on
URL: https://forum.jogamp.org/Thread-blocking-issue-with-AWT-but-not-NEWT-on-OSX-tp4026674p4026711.html
Thanks for looking into this.
Another thing to note fromt the test code I posted is that you can disable the use of the animator (set useAnimator to false), so that the frame rendering is triggered by canvas.display(). In this case the application also seems to deadlock, and the draw() method is called from the EDT, i.e.; thread "AWT-EventQueue-0,6,main".