Top "Swt" questions

SWT: The Standard Widget Toolkit is a user interface library for Java maintained by the Eclipse Foundation.

How to update SWT GUI from another thread in Java

I am writing a desktop application using SWT. What is the simplest way to update GUI controls from another thread?

java multithreading user-interface swt
Android SDK/Android.bat does not find SWT.jar file

This is a follow-up to the issue SDK manager does not find java but the issue at hand now is …

android sdk load swt
Rapid switch to Java for an experienced C++ developer

I'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 swt
Updating SWT objects from another thread

In my Java application, when the main module is invoked, i start my SWT GUI in a separate thread. I …

java swt
SWT composite - redraw problem

I have a composite element, that initially has a Label. Now I call dispose on the it (the label) and …

java user-interface swt
org.eclipse.swt.SWTException: "Widget is disposed" from table refresh

The 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 jface
Display parent modal dialog with SWT

AWT/Swing allows to show application modal (blocking the whole application) and parent modal (blocking only the parents) dialogs. How …

java swt modal-dialog
Running SWT based, cross-platform jar properly on a Mac

I have been working on a SWT-based project which is intended to be deployed as Java Web Start, and thus …

java macos cross-platform swt
swt browser No more handles Error

I wrote a simple program. just a CTabFolder and a WelcomTab inherent from CTabItem. I want to fill my WelcomeTab …

java linux swt kde archlinux
How to detect ctrl-f in my SWT application

I 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