I’m using JSR-231 and mustang b60 (all those after 60 have an issue with using webstart and jogl jar files) and vaughly remember reading somewhere that issuing calls on a gl context outside of the event listener methods would be handled by the library. I’m looking now to verify this but I can’t find it again (maybe its alzimers setting in).
My question is, with JSR-231 and mustang can I issue calls to a gl context in a separate thread from the event listener thread and it will handle the threading issues, or must I continue to setup things and then issue a request for a refresh during which I update the gl context.