Login  Register

Re: AWT-EventQueue Block

Posted by gouessej on Mar 21, 2012; 9:14am
URL: https://forum.jogamp.org/AWT-EventQueue-Block-tp3844307p3845081.html

Hi

What do you mean by "Swing buffer"?

What are you trying to do?

Edit.: Maybe you should not update any component directly in your listener(s), I would rather push changes on the event queue with SwingUtilities.invokeLater(Runnable runnable) or with a similar mechanism if this operation contains OpenGL code.
Julien Gouesse | Personal blog | Website