Java Swing
β Scribed by Robert Eckstein, Marc Loy, Dave Wood
- Publisher
- Western Islands
- Year
- 1998
- Tongue
- English
- Leaves
- 985
- Edition
- 1st
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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 & Associates.Eckstein, Loy, and Wood start with an architectural overview of Swing and its relationship to the Abstract Window Toolkit (AWT) and the rest of Java. They talk a little bit about converting programs from the old AWT to the Swing-enhanced AWT, and explain how Swing manages components' "look and feel" characteristics. There's also coverage of actions, which are among Swing's handiest new features.From that point, they proceed to guide readers through the Swing forest, pointing out all the important stuff along the way. Mostly, this tour takes the form of graphical user interface (GUI) component documentation, with chapters devoted to buttons, lists, tables, panes, and the other thingamajigs you can put on-screen with Swing. All the classes in each category get entries, many of which include good commentary and some examples. The authors give some attention to the Accessibility API and its associated utilities, too.A detailed chapter that walks the reader through the process of creating a custom look and feel distinguishes Java Swing from its competitors - this potentially confusing process is explained clearly and thoroughly.
π SIMILAR VOLUMES
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
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 the