Top "Swt" questions

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

SWT No More Handles

Windows XP has the limit 10000 user handles for each process and total 32000 for each desktop session. However, when I run 4 …

windows swt handles
Can't OPEN Eclipse in Ubuntu 12.04 - java.lang.UnsatisfiedLinkError: Could not load SWT library

I have installed Ubuntu 12.04 newly. Also i installed Java 7. I try to install eclipse-java-indigo-SR2-linux-gtk.tar.gz. i extracted this …

eclipse swt ubuntu-12.04
How to draw a tree representing a graph of connected nodes?

I want to display a tree in a Java GUI, but I dont know how. The tree represents a graph …

java swing swt awt
How do I add an icon as a classpath resource to an SWT window created with WindowBuilder?

I'm trying to add an external icon from an *.ico file to a window that I'm creating using the WindowBuilder …

java eclipse swt classpath windowbuilder
How can we auto resize the size of components in SWT?

In my SWT application i have certain components inside the SWT shell. Now how can i auto re-size this components …

java layout resize swt
Change just the font size in SWT

I need to use a larger font for one of the labels. label.setFont( new Font(display,"Arial", 14, SWT.BOLD ) ); …

fonts swt
java.lang.UnsatisfiedLinkError: Cannot load 64-bit SWT libraries on 32-bit JVM in Windows x86 machine

I've just started using swt (windows x86_x64 compatible version). When I run a sample code snippet in Eclipse, I …

java eclipse swt windows-vista unsatisfiedlinkerror
How do you build an SWT application with Maven

I trying to learn swt, and I use maven for all my builds and eclipse for my IDE. When getting …

java maven-2 swt
Create cross platform Java SWT Application

I have written a Java GUI using SWT. I package the application using an ANT script (fragment below). <jar …

ant cross-platform jar swt package
swt.jar where is it?

Anyone know where I can download swt.jar?

java swt