On Tuesday, 18 March 2014 at 07:19:05 UTC, Jacob Carlborg wrote:

What exact problems do you have?

Note that SWT is not thread safe. All UI changes need to be made on the UI thread. This is usually done using the "Display.asyncExec" method.

Forgot the link to the example:
http://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet56.java

--
/Jacob Carlborg

Reply via email to