Re: Multithready between AWT and JOGL
Posted by millerni456 on Sep 23, 2011; 7:08pm
URL: https://forum.jogamp.org/Multithready-between-AWT-and-JOGL-tp3356928p3362770.html
Well here goes... that snippet you linked to me looks promising and I hope it works :)
Going to try returning false because my GLRunnable seemed to be blocking.
Edit: For some reason I cannot create the run() method with the return-type of boolean. Is there another way I can do this or is it possible I have the wrong version of JOGL?