Skip to content

Instantly share code, notes, and snippets.

@eduardodaluz
Created November 6, 2010 17:48
Show Gist options
  • Save eduardodaluz/665571 to your computer and use it in GitHub Desktop.
Save eduardodaluz/665571 to your computer and use it in GitHub Desktop.
stack
Exception in thread "Thread-0" org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(Unknown Source)
at org.eclipse.swt.SWT.error(Unknown Source)
at org.eclipse.swt.SWT.error(Unknown Source)
at org.eclipse.swt.widgets.Widget.error(Unknown Source)
at org.eclipse.swt.widgets.Widget.checkWidget(Unknown Source)
at org.eclipse.swt.widgets.Text.setText(Unknown Source)
at br.com.bitmasters.swt.MyThread.begin(MyThread.java:17)
at br.com.bitmasters.swt.MyThread.run(MyThread.java:31)
at java.lang.Thread.run(Thread.java:636)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment