This document summarizes Chapter 3 of a textbook on Java applets. It introduces applets and how they differ from applications. Applets run within web browsers or applet viewers when an HTML file containing the applet is opened. The document provides examples of simple applets that draw strings and lines to demonstrate basic applet functionality. It also discusses using floating point numbers in an applet and taking input from the user.