The next lesson, Swing Features discusses these capabilities in more detail.
The Swing toolkit, shipped as part of the Java SE platform, provides a rich set of GUI components. But Swing offers much more functionality than a collection of standard widgets. This section takes a look at Swing's rich functionality.
A rich multi-class Swing application, PasswordStore, is presented. The source code is provided as a reference to the user.