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:
A Java GUI Programmers Primer
Author:
F Culwin
ISBN:
0 13 908849 0
Publisher:
Prentice Hall
Pages:
322pp
Price:
£22.95
Reviewer:
Brian Bramer
Subject:
java; user interfaces; modelling languages
Appeared in:
10-5
One of the most powerful Java APIs is the AWT (Abstract Windowing Toolkit), however, it is also the most complex and the majority of introductory texts describe only the most common facilities. This is a second level text (assuming a working knowledge of Java) dealing in detail with the AWT and aims at providing the skills necessary to implement applets and applications which have a GUI (Graphical User Interface).

Design is critical for assessing GUI usability level and specifying object characteristics before starting to implement code. Using a simple example application (a click counter) Chapter one designs the user interface (to increasing levels of complexity) using State Transition Diagrams (STDs) with application class diagrams described using UML (Unified Modelling language) design notation; this design methodology is then followed throughout the book. Chapter two then briefly descries the components of the AWT (Label, Button, etc.) and Chapter three presents examples extending the components to suit application requirements. The next four chapters take a Logo turtle graphics application and consider different styles of interface; first describing graphics facilities then lookingat turtle control interfaces based on buttons, pull-down menus, text menus and a command line. Chapter eight implements facilities such as undo, drawing read/save, etc. and Chapter nine discusses customisation techniques, such as allowing users to chose interface style, language, etc. At each stage there are plenty of example programs, design diagrams using STDs and UML, etc.

An easy to read book recommended for students taking a second level GUI design module where Java is the implementation language (assuming a first level Java programming module). Also suitable for the system implementor building GUIs with Java.