From LQWiki
SWT (Standard Widget Toolkit) is a Java open source GUI toolkit. It's part of the (IBM sponsored) Eclipse platform and an alternative to using Sun's Java AWT or Swing toolkits. The main difference (advantage?) is that SWT integrates with the native platform's windowing toolkits (for Linux it supports motif,GTK and QT), which usually makes it faster and integrates better with the look and feel of the other running applications/desktop.
External links
- SWT project page (dev.eclipse.org)
- Eclipse web site (www.eclipse.org)
- Getting-Started tutorial (www.cs.umanitoba.ca)
- Another tutorial (www.developer.com)
- Swing vs. SWT article (www.developer.com)

This page is available under a