This document describes SWT, the Standard Widget Toolkit, which is one of the two main graphical sub-systems that make up the Eclipse platform user interface, along with JFace. SWT provides a platform-independent API that sits close to the underlying native widgets. This module explains how to use SWT in views and editors and how to manage different resources. It also provides information on basic SWT concepts like widgets, events, layouts and more.