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 book starts a little theoretical with reflections on the Model View Controller paradigm. After a global overview the basic program structure is explained, how to use frames, panels, heavy and lightweight containers. Most components like buttons, labels, lists, menu bars and text fields are described. The more advanced swing components like
JTreeare not discussed.
All the layout managers are explained. The examples are a little too simple to give an answer to real world problems. The book could have given slightly more advice which layout managers to choose to layout a more complex screen.
Events and event handling are explained and all the different AWT and Swing event types.
The Swing GUI components are twinned with a model. The use of models is described with a reference to the MVC paradigm. The final two chapters explain the AWT graphics model and fonts and colours.