Login  Register

Re: NewtCanvasSWT and SashForm

Posted by Tomas on Jan 23, 2013; 4:18pm
URL: https://forum.jogamp.org/NewtCanvasSWT-and-SashForm-tp4027951p4028000.html

BTW: Which threading model does the [JOGAMP] SWT GLCanvas expect. From what I could tell from the source it expected the SWT thread to call display and update the glcontext.

The Animator however seem to create a new thread and call display directly without invoking the SWT thread for the display update ...

Or am I missing something ?

Cheers
// Tomas