Java Awt Reference (Java Series)
 

Related Products









Java Awt Reference (Java Series)

by John Zukowski

$39.95
buy from amazon.com
Average Rating: * * * half star -
Sales Rank:4737934 (lower is better)
Price Used:$4.81
Shipping:Free Shipping on most orders over $25*
Availability:
Pages:1074
Binding:Paperback
Publication Date:1997-04
ASIN:B00007FYJJ
Category:Book

Authors

Editorial Reviews and Product Descriptions

Product Description

The Java AWT Reference provides complete reference documentation on the Abstract Window Toolkit (AWT), a large collection of classes for building graphical user interfaces in Java. With AWT, you can create windows, draw, work with images, and use components like buttons, scrollbars, and pulldown menus. The Java AWT Reference covers the classes that comprise the java.awt, java.awt.image, java.applet,java.awt.event, and java.awt.datatransfer packages. These classes provide the functionality that allows a Java application to provide user interaction in a graphical environment.

This book takes you beyond what you'd expect from a standard reference manual. Classes and methods are, of course, described in detail. But the book does much more. It offers a comprehensive explanation of how AWT components fit together. In working with components, for example, you'll see how events fit into the overall picture, what they mean, and how to use them. The book includes lots of sample code, so that you can learn by example. In addition to descriptions of the standard layout managers, for instance, you'll find an extended code example for writing your own layout manager.

The Java AWT Reference is part of O'Reilly's Java documentation series. This edition describes both Version 1.0.2 and Version 1.1 of the Java Development Kit and includes:

  • Easy-to-use reference material on every AWT class
  • Extended examples that demonstrate important AWT functionality
  • A detailed explanation of Java's image processing mechanisms
  • Coverage of every AWT component and container, showing how to use them in various combinations to create effective interfaces
  • Descriptions of all the layout managers, including GridBagLayout

The Java AWT Reference is meant to be used in conjunction with the Java Fundamental Classes Reference. Together, these two reference manuals cover all of the classes in the the Java Core API. The Java Language Reference completes the package, providing a complete reference on the Java programming language. These manuals comprise the definitive set of Java documentation that you need to do serious programming with Java.

O'Reilly & Associates also publishes an introductory text,Exploring Java, if you need to get up to speed with this exciting new technology. For advanced Java programming topics, look for upcoming books from O'Reilly on network programming, distributed computing, and database programming. And as new Java APIs become available, O'Reilly is committed to expanding the Java series to cover those as well.

Amazon.com Review

Java AWT Reference provides a solid introduction to programming with the Abstract Window Toolkit (AWT) in Java. AWT programming is something of an endangered species with JavaBeans and new interface class libraries just over the horizon. However, until these new technologies arrive, the AWT is still the bread and butter for today's Java user interfaces.

The author carefully introduces all the basics here, starting with graphics programming and continuing with new JDK 1.1 features, such as the new event model, and information on working with individual AWT components like labels, buttons, and text controls. Along the way, the author highlights features that are new to JDK 1.1 (for instance, clipboard and printing capabilities, which are described in separate chapters). Although the book is primarily a reference for the AWT (a look-up section contains over 450 pages of the AWT class APIs), it also includes some short, clear programming examples on how to use the main features of AWT. Clearly written, this book is a good candidate for the library of any Java developer who needs to learn the nuts and bolts of AWT programming, including JDK 1.1-specific features.

Customer Reviews

Disappointing and out of date - Reviewed on 1998-10-16
*

The most disappointing addition to an otherwise fine O'Reilly Java series. 1.1 AWT is only hinted at. Neither a good reference nor a good tutorial. A shame since there are few good value added AWT references. For now I'll wait for the next crop of JFC/Swing books. First book I've returned in years.
Not bad, but not 1.1 - Reviewed on 1998-09-24
* *
1 customer found this review helpful.

The book is well organized and has lots of useful information in it. What really bothers me about it is that even though it advertises itself as being "1.1" many of the examples are in fact in 1.0. They have a small disclaimer that says that new features have examples in 1.1 and while old features are in 1.0. Can you say lazy?
twice as long as it should be - Reviewed on 1998-07-07
* * *
2 customers found this review helpful.

This book is 1045 pages long and has a split personality. The first 519 pages do a wonderful job covering all aspects of the AWT with fine explanations and concise examples. It's even peppered with helpful diagrams to explain the example code further.

Unfortunately, the last half of the book leaves a lot to be desired. It's ALL reference material virtually airlifted from Java in a Nutshell. It does give a little more detail than Nutshell, but not by much.

If this book had been cut in half (and reduced in price accordingly), it would be a perfect AWT book. I just hope the upcoming O'Reilly Swing book doesn't have the same waste of space.

FAB ! - Reviewed on 1997-11-17
* * * * *
1 customer found this review helpful, 1 did not.

The book is really very very useful for graphics programming. The features are explained beautifully and I could manage to find all my needs by reading this book. I really appreciate the matter written in it. The book is simply too good. Thanks
It's the best out there for AWT 1.1 - Reviewed on 1997-08-25
* * * * *
1 customer found this review helpful.

If you want to do AWT 1.1 programming, get this book. I spent the past four months implementing the new 1.1 AWT features in Metrowerks Java for the Macintosh, and only this book described the new features in enough detail to give me the specification that is sorely lacking in the Sun documentation. Plus, the sample code provided not only an excellent tutorial, but also gave me lots of test cases to work with.

This book isn't just a reference with the API's and constants listed for you. It also has excellent descriptions of the classes, and how they work, along with samples that demonstrate the new features. Many chapters (notable the printing chapter) document bugs in Sun's JDK that you'll run into as well.

The appendices on internationalization using resource bundles and properties is also excellent, and the table on platform-specific event handling (i.e., which VM's/browsers support which events) will save you many hours in debugging.

Read More Customer Reviews »
Go To Amazon Product Page

* - See Amazon Product Page for shipping and pricing details.


Book Subjects