I am writing a desktop application using SWT. What is the simplest way to update GUI controls from another thread?
When creating the separate thread from the main thread pass the Gui object to the new thread and u can access all the properties of that GUI object.