ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
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.
    View all alphabetically
Title:
The JFC Swing Tutorial
Author:
Kathy Walrath&Mary Campione
ISBN:
0 201 43321 4
Publisher:
Addison-Wesley
Pages:
953pp+CD
Price:
£29-99
Reviewer:
Ian Bolland
Subject:
java
Appeared in:
12-2
JFC Swing is Sun's new GUI toolkit for Java. While the older AWT uses the components of the native window system and so is restricted to lowest common denominator functionality, Swing is implemented without any native code. This allows it to provide more functionality (such as tables, tree views and image buttons) and more choice of look and feel (Windows, Motif or the cross-platform default).

This book is closely based on the Swing section of Sun's on-line Java tutorial. It starts with sections showing how to build and run JFC programs and introducing the basic concepts. The largest section (300 pages) describes each component in detail, by working through a set of small sample programs. The remaining sections cover layout managers, event handling, graphics and converting from AWT. A 300- page appendix contains the complete source code for the sample programs.

The writing and organisation are excellent. Descriptions are clear and concise. Topics are presented in a logical order, if you want to read it from cover to cover. If you prefer to dip in, it is easy to locate individual topics and most sections contain cross-references to pre-requisites and any related topics. It gives a good coverage of the basic and intermediate-level features and a good flavour of the advanced ones.

The companion CD contains:

  • the HTML version of the complete Java Tutorial (including the language and other APIs)
  • JDKs (1.2,1.1,1.0) and other development kits
  • API documentation and specifications
I would recommend this book to any Java programmer who wants to start using Swing. If you want to try before you buy, you can find the on-line version athttp://java.sun.com/docs/books/tutorial/uiswing/index.html