SWT
SWT, or Standard Widget Toolkit, is a graphical widget toolkit for the Java platform. It was originally developed by IBM as part of the Eclipse project and is now maintained by the Eclipse Foundation. SWT provides native look and feel and performance by invoking the host operating system's GUI libraries through the Java Native Interface rather than rendering all widgets itself.
SWT's architecture centers on a small set of core classes such as Display, Shell, and Composite, and
SWT is commonly used in the Eclipse IDE and in other Java applications requiring a native-like appearance