Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SwingWorker relevance to SWT


Go to the SWT snippets page: http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-swt-home/dev.html#snippets
and do a text search for the string "thread". You will find 4 or 5 example snippets that use threads.
Carolyn




Reshat Sabiq <sabiq@xxxxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

02/15/2005 12:33 AM

Please respond to
platform-swt-dev

To
platform-swt-dev@xxxxxxxxxxx
cc
Subject
[platform-swt-dev] SwingWorker relevance to SWT





SwingWorker approach is required when using threading with Swing. Not
being familiar with SWT that much yet, I wonder if it is relevant to SWT
as well.

Thanks.


Back to the top