Java AWT

Previous Preface Next
 

Conventions Used in This Book

Italic is used for:

Typewriter Font is used for:

To sort out the potential for confusion between different versions, I use the following dingbats throughout the book:

(New)

Identifies a method, variable, or constant that is new in Java 1.1.

(Deprecated)

Identifies a method from Java 1.0 that has been deprecated. Deprecated methods are available for compatibility but may disappear in a future release. These methods are tagged with the @deprecated flag, which causes the Java 1.1 compiler to display a warning message if you use them.


Previous Home Next
About Java Book Index Request for Comments

Java in a Nutshell Java Language Reference Java AWT Java Fundamental Classes Exploring Java