This document provides an overview of Java Swing through a series of slides. It introduces Swing as a GUI toolkit for Java that includes 14 packages and over 450 classes. It discusses how Swing components are lightweight and not thread-safe. The document covers key Swing concepts like layout managers, event handling with listeners, look and feels, common containers like JPanel and JSplitPane, controls like JButton and JTextField, and components like images, scroll bars, check boxes and radio buttons. Code examples are provided for many of the concepts discussed.