SWT: The Standard Widget Toolkit is a user interface library for Java maintained by the Eclipse Foundation.
I am writing a desktop application using SWT. What is the simplest way to update GUI controls from another thread?
java multithreading user-interface swtI'm am looking for online tutorials/books, which assume a solid knowledge of OOP/Design patterns concepts and stress on …
java c++ oop eclipse-plugin swtIn my Java application, when the main module is invoked, i start my SWT GUI in a separate thread. I …
java swtI have a composite element, that initially has a Label. Now I call dispose on the it (the label) and …
java user-interface swtThe app is an Eclipse 3.6 based RCP (so jface version 3.5.2) running on windows 7. I have a custom View class that …
java swt eclipse-rcp jfaceAWT/Swing allows to show application modal (blocking the whole application) and parent modal (blocking only the parents) dialogs. How …
java swt modal-dialogI have been working on a SWT-based project which is intended to be deployed as Java Web Start, and thus …
java macos cross-platform swtI have written an SWT UI which has a primary function of displaying text in a StyledText control. I want …
java event-handling keyboard-shortcuts swt