34 used & new from $0.56

Have one to sell? Sell yours here
 
 
Graphic Java 1.2, Volume 1: AWT, Third Edition
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Graphic Java 1.2, Volume 1: AWT, Third Edition (Paperback)

~ (Author)
4.4 out of 5 stars  See all reviews (18 customer reviews)


Available from these sellers.


6 new from $18.99 28 used from $0.56

Customers Who Bought This Item Also Bought

Graphic Java 2, Volume 2, Swing (3rd Edition) (Sun Microsystems Press Java Series) (2 Book Set)

Graphic Java 2, Volume 2, Swing (3rd Edition) (Sun Microsystems Press Java Series) (2 Book Set)

by David Geary
4.3 out of 5 stars (50)  $44.09
Java 2D Graphics

Java 2D Graphics

by Jonathan Knudsen
Filthy Rich Clients: Developing Animated and Graphical Effects for Desktop Java Applications

Filthy Rich Clients: Developing Animated and Graphical Effects for Desktop Java Applications

by Chet Haase
4.6 out of 5 stars (10)  $34.64
Java 2D API Graphics

Java 2D API Graphics

by Vincent J. Hardy
4.3 out of 5 stars (15)  $31.49
Swing, Second Edition

Swing, Second Edition

by Matthew Robinson
Explore similar items

Editorial Reviews

Amazon.com Review

Java developers know that the Abstract Windowing Toolkit (AWT) is still an effective way to build functional user interfaces, whether inside Web browsers or in stand-alone applications. David Geary's guide to AWT programming in Graphic Java 1.2 shows you all the basics of AWT newly refitted for the new Java Developer's Kit (JDK) 1.2 standard from Sun, including some excellent 2-D animation examples.

After introducing the basics of the AWT library, the author looks at simple painting and 2-D graphics. Standout sections here look at displaying images--a staple of Internet programming--as well as transforming images with "filters" (such as dimming and rescaling an image). Graphic Java 1.2 shows you a variety of advanced techniques for getting control of your bit-mapped content. The tour of Java graphics capabilities moves on with coverage of layout managers and basic AWT components such as buttons, text fields, lists, and choices. For those who want to create stand-alone Java applications, there's much material on using Java menus.

The book's advanced material highlights new features of JDK 1.2, such as its support for lightweight controls, built-in double-buffering support, and advanced "native-style" operations (such as clipboard support and "rubber-banding" classes). The author also shows off his custom classes for 2-D sprite animation. --Richard Dragan



Product Description

The most comprehensive guide to the Java Foundation Classes available. Provides Java developers with the skills needed to build professional, cross platform applications that take full advantage of the Java Foundation Classes. Paper. CD-ROM included.

Product Details

  • Paperback: 878 pages
  • Publisher: Prentice Hall PTR; 1st edition (September 21, 1998)
  • Language: English
  • ISBN-10: 0130796662
  • ISBN-13: 978-0130796660
  • Product Dimensions: 9.2 x 7 x 1.8 inches
  • Shipping Weight: 2.9 pounds
  • Average Customer Review: 4.4 out of 5 stars  See all reviews (18 customer reviews)
  • Amazon.com Sales Rank: #884,375 in Books (See Bestsellers in Books)

More About the Author

David M. Geary
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's David M. Geary Page

Look Inside This Book

What Do Customers Ultimately Buy After Viewing This Item?


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

18 Reviews
5 star:
 (9)
4 star:
 (7)
3 star:
 (2)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.4 out of 5 stars (18 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
24 of 24 people found the following review helpful:
4.0 out of 5 stars The BEST book available on the AWT, October 19, 1999
By A Customer
Unfortunately, unlike other Java topics like language fundamentals, I/O, or programmer certification, there are very few books which cover the AWT adequitely. This book is the exception. What makes this book really special is that it presents all the basic information you need to know about what components are available and how to use them. But it also teaches you two more things on the way: (a) fundamental graphics operations such as rubberbanding, double buffering, and sprite animation which you will need to know for any programming language (b) how design patterns figure prominently in the AWT API (don't know what design patterns are? check out the BIBLE by the 'gang of four':Design Patterns : Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing) ) Here are some of the tidbits I found most helpful: *limitations associated with peers *overriding deprecated java 1.0 methods *prevent excessive flashing by overriding update *avoiding race conditions with modal dialogs *using font metrics and validate intelligently to force text to resize with components *using the built-in image filters in java.awt.image Some things with the AWT can drive you nuts because they don't work as advertised, and this book should include, but doesn't, a discussion of: *ScrollPane displays excessive flashing when scrollling images- even his example code- this is an AWT bug which should be mentioned *the toFront method does work reliably - another huge bug *using anonymous inner classes can make some of your windows unreachable by the GC and lead to memory leaks Anyway, I practically lived with this book for two months while working on a project and would have to say this is THE reference for the AWT.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
7 of 8 people found the following review helpful:
5.0 out of 5 stars I'm not through this book yet, but it so far it's amazing!, October 21, 1999
There is a sad sparsity of good Java books, especially when it comes to the AWT. I am really impressed with this book and I highly suggest it to anyone that really wants to learn the JFC APIs. It would be really nice if the JDK documentation had something like this, but they left the examples and explinations out so they can sell more Java books. Well, I guess Sun needs to make some money on Java somehow, right?
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
5.0 out of 5 stars Draggable saints - it's come to this !, June 19, 2001
By Michael Sweeney (Boulder CO) - See all my reviews
Excellent and clearly written, but you better know the difference between "extends" and "implements" or forget it. I appreciated the six versions of the ThreeDButton listener in chapter 9, and now have a much clearer understanding of event handling.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

3.0 out of 5 stars Not all samples come with books compile.
I think the book needs a little bit re-organizing. Some references to code appear chapters later. And worst thing is, the first sample I tried to compile, failed. Read more
Published on August 24, 2001

4.0 out of 5 stars sloppy editing?
After taking great pains to explain difference between adapters and listeners, he mixes them up himself ("listening to Yourself" in chapter 9).
Published on June 21, 2001

4.0 out of 5 stars Excellent
I had trouble reconstructing the history of inheritance vs. delegation models (I think he assumed we lived through all the wars). Read more
Published on June 21, 2001 by Michael Sweeney

5.0 out of 5 stars 33 missing pages!
After about a month of ownership, I discovered that 33 pages were missing. That's right, pages 547-578, gone. Read more
Published on June 13, 2001 by Michael Mucha

3.0 out of 5 stars Simply just go for O'reilly
I have 3 Swing books in my private library and what I can say is that still O'reilly is the clearest and the perfect book for those that are willing to really KNOW Swing. Read more
Published on October 19, 2000 by Mario de Sa Vera

5.0 out of 5 stars An important reference book.
The two Core Java books by Hortsmann and Cornell have set the standard for Java reference works. This book is, to some extent, an extension of that series, specialising in the... Read more
Published on July 5, 2000 by Vincent O'Sullivan

4.0 out of 5 stars Good, but could be improved
"Graphic Java: Mastering the JFC: Volume 1: AWT" is readable, understandable (with the prerequisite understanding of basic Java). Read more
Published on June 10, 1999 by artc@execpc.com

4.0 out of 5 stars Really good Java AWT book
I was looking for a Java book to help me with Java applications NOT applets. Almost all Java books talk strictly about applets. Read more
Published on June 8, 1999

5.0 out of 5 stars Must read
I have the 3rd edition of this book and it's absolutely the best book I've read on AWT. Anyone who is serious about Java front-end development needs to read this book.
Published on May 26, 1999

5.0 out of 5 stars This is a "must have" reference book.
This is a "must have" reference book for any serious Java developer. The examples are clear and understandable. It works in concert with Geary's Swing Vol II.
Published on May 24, 1999

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.