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-tp4026674p4026680.html
Ok, I see, thanks for the explanation.
However, there is still something that confuses me. If I print the current thread when calling frame.setTitle() it is Thread[AWT-EventQueue-0,6,main], doesn't this mean that the call is happening from the EDT and not from the user thread?