AWT thread question
Posted by Kain16 on Nov 05, 2015; 5:19pm
URL: https://forum.jogamp.org/AWT-thread-question-tp4035746.html
Hello,
i want to load resources with an “offscreen drawable”, meanwhile on EDT i use a “ProgressPanel” to display a “progessbar”.(Later iwant to use the Contex of this “offscreen drawable” as a shared context for other “onscreen drawables” )
My problem is that the GLEventListener is processed on AWT thread, what blocks “progressbar” animation itself.
Is it possible to put GLEventListener to another Thread?
If yes then could You provide me a simple example, how to do it.
Balazs