Standard Widget Toolkit


Standard Widget Toolkit

(java, graphics)(SWT) The Eclipse Foundation's frameworkfor developing graphical user interfaces in Java. SWT iswritten in explicitly standard Java but uses the Java Native Interface to talk to a platform-native GUI library. SWT isthe third major attempt to give Java a decent GUI framework,following AWT and Swing. Of the three, SWT is the mostconsistent with the native GUIs but its programming model ishard to port to non-Windows platforms.

Wikipedia.