This document provides an overview of Swing components in Java, including:
- New features of Swing like increased customization options and a pluggable look and feel.
- The basic approach of using JApplet or JFrame as starting points and putting components in the content pane.
- Summaries of common Swing components like JLabel, JButton, JPanel, JSlider, and new components like JColorChooser and JInternalFrame.