Advertisement
Membership
Login
ACCU Buttons
Search in Book Reviews
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
The first four chapters review the AWT and discusses the relationship between the AWT and Swing (which is based on fundamental AWT components) and the 'extra' facilities provided by Swing (such as 'pluggable look-and- feel'). However, although the AWT is revised, basic Swing components are introduced and used at early stages and compared with their AWT counterparts, e.g. chapter 4 implements a simple Swing based drawing application. An experienced user of the AWT could skim these chapters.
Swing is not a simple one to one replacement for the AWT; it has many additional functions and components. Chapters 5 to 8 describe these in detail and discuss how they may be used to improve the implementation and usability of applications. The final section, chapters 9 to 13, cover advanced topics such as tree and table components, multiple documents and the implementation of the 'pluggable look-and-feel', i.e. the customisation of the interface.
A well-written and organised book dedicated to Swing (although the title is Core JFC there is no coverage of the Java2D API for example). Worth considering for second level modules on HCI using Java as an implementation language and by developers either implementing new or migrating existing applications to Swing.