Chapter 11: Windows
Note: this page applies to the now-obsolete first edition of the book. For
the second edition, please see
http://www.corewebprogramming.com.
This chapter of
Core Web Programming (pages 498-591) explains how to use each
of the standard Java 1.1 window types. For each, it gives the major purposes,
the default LayoutManager, an outline of how to create and use it,
and at least one example. Also gives a complete summary of the API for
Component and Container, and explains how to use lightweight
components and containers in Java 1.1. Even includes an explanation
and illustration of serializing windows.
Contents
Note that several of these require Java 1.1. Reminder: Right
click on the link to the source code to save it to your local machine.