Java Swing
β Scribed by Robert Eckstein, Marc Loy, Dave Wood
- Publisher
- Oreily
- Year
- 1998
- Tongue
- English
- Leaves
- 985
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
The Swing classes eliminate Java's biggest weakness: its relatively primitive user interface toolkit. Swing provides many new components and containers that allow you to build sophisticated user interfaces, far beyond what was possible with AWT. The old components have been greatly improved, and there are many new components, like trees, tables, and even text editors. Java Swing gives you in-depth coverage of everything you need to know to take full advantage of the Swing classes, providing detailed descriptions of every class and interface in the key Swing packages. It shows you how to use all of the new components, allowing you to build state-of-the-art user interfaces. It also discusses how the components implement the MVC (Model View Controller) architecture, so you can understand how the components are designed and subclass them intelligently. Java Swing is more than documentation; it helps you develop code quickly and effectively. Covers Java 2.
π SIMILAR VOLUMES
Java Swing is an excellent introduction to the latest developments in Java-interface technology. The authors explain how (and why) to use Swing components, and meanwhile proceed to document the entire Swing API with the thoroughness and accuracy programmers have come to expect from O'Reilly & Associ
Intended for programmers familiar with Java and the older AWT components, this guide introduces the entire Swing component set and goes into detail about the model-delegate architecture behind the components. The second edition reflects changes in the Java 2 standard edition SDK 1.4 and adds chapter