Join Amazon Prime and get unlimited Free One-Day Delivery. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
41 used & new from £0.01

Have one to sell? Sell yours here
 
   
Java Foundation Classes in a Nutshell: A Desktop Quick Reference
 
See larger image
 

Java Foundation Classes in a Nutshell: A Desktop Quick Reference (Paperback)

by David Flanagan (Author)
5.0 out of 5 stars See all reviews (3 customer reviews)
RRP: £22.99
Price: £19.54 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £3.45 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Only 1 left in stock--order soon (more on the way).

Want guaranteed delivery by Saturday, July 18? Choose Express delivery at checkout. See Details
12 new from £7.99 29 used from £0.01

Frequently Bought Together

Java Foundation Classes in a Nutshell: A Desktop Quick Reference + Java in a Nutshell (In a Nutshell (O'Reilly)) + Java Examples in a Nutshell (In a Nutshell (O'Reilly))
Price For All Three: £67.02

Show availability and shipping details


Customers Who Bought This Item Also Bought

Java in a Nutshell (In a Nutshell (O'Reilly))

Java in a Nutshell (In a Nutshell (O'Reilly))

by David Flanagan
4.0 out of 5 stars (4)  £25.99
Java Enterprise in a Nutshell (In a Nutshell (O'Reilly))

Java Enterprise in a Nutshell (In a Nutshell (O'Reilly))

by Jim Farley
4.2 out of 5 stars (5)  £29.33
Java Examples in a Nutshell (In a Nutshell (O'Reilly))

Java Examples in a Nutshell (In a Nutshell (O'Reilly))

by David Flanagan
3.0 out of 5 stars (1)  £21.49
Java Swing

Java Swing

by Marc Loy
3.5 out of 5 stars (11)  £29.89
Java Generics and Collections

Java Generics and Collections

by M Naftalin
5.0 out of 5 stars (3)  £17.54
Explore similar items

Product details

  • Paperback: 748 pages
  • Publisher: O'Reilly Media, Inc.; illustrated edition edition (Nov 1999)
  • Language English
  • ISBN-10: 1565924886
  • ISBN-13: 978-1565924888
  • Product Dimensions: 22.9 x 15.3 x 3.4 cm
  • Average Customer Review: 5.0 out of 5 stars See all reviews (3 customer reviews)
  • Amazon.co.uk Sales Rank: 447,984 in Books (See Bestsellers in Books)
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
JAVA Quick
   www.firebrandtraining.co.uk    From the Training Company of the Year, 3 years running. 
  
 

Product Description

Amazon.co.uk Review
JFC is positioned between O'Reilly's Java In a Nutshell and JavaEnterprise titles. It's really two books in that the first seven chapters (to page 136) are entirely concerned with the graphics and graphical user interface APIs in Java 2. There are lots of examples, mainly using Swing, which augments AWT.

Although it covers a lot of ground quickly, Java Foundation Classes in a Nutshell does a good job of discussing the differences from Java 1.0and 1.2. It also explains a lot of the real world usage issues which arise when constructing Java interfaces.

The majority of the book, however, is class references for the various Java 2 packages. Each chapter deals with one class, starting with an overview and heirarchy diagram. The references are arranged alphabetically by class and package, so you need to know the package the class is in to find it quickly.

This reviewer finds the layout and typography of O'Reilly's reference sections difficult to read with so much of the rather small text being embedded in dark grey. It doesn't photocopy well either. However, it does the job as a complete reference. --Steve Patient

Product Description
Java Foundation Classes in a Nutshell is an indispensable quick reference for Java programmers who are writing applications that use graphics or graphical user interfaces. The author of the bestselling Java in a Nutshell has written fast-paced introductions to the Java APIs that comprise the Java Foundation Classes (JFC), such as the Swing GUI components and Java 2D, so that you can start using these exciting new technologies right away. This book also includes O'Reilly's classic-style, quick-reference material for all of the classes in the javax.swing and java.awt packages and their numerous subpackages. This reference material covers all of the new JFC classes in the Java 2 platform, as well as the existing Java 1.1 AWT classes. Once you've learned about the JFC, you'll keep this book next to your keyboard for handy reference while you program. Java Foundation Classes in a Nutshell contains the following:

  • An overview of the architecture of graphical user interfaces built with both the new Swing API and the older AWT
  • An introduction to the important components and application services provided by the Swing API
  • An comprehensive explanation of the features of the new Java 2D graphics API
  • A complete quick reference for the graphics- and GUI-related classes in the Java 2 platform
This book is part of the two-volume set of quick references that every Java programmer needs. It is an essential companion to Java in a Nutshell, 3rd Edition, which covers the key nongraphical APIs in Java 1.2. A third volume, Java Enterprise in a Nutshell, focuses on the Java Enterprise APIs and is of interest to programmers working on server-side or enterprise Java applications.

See all Product Description

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
Check a corresponding box or enter your own tags in the field below
java
software development
nutshell

Your tags: Add your first tag
 

 

Customer Reviews

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

 
7 of 7 people found the following review helpful:
5.0 out of 5 stars All Java programmers should buy this book., 22 April 2000
By amazonreply@twoshortplanks.com (Bath, United Kingsom.) - See all my reviews
Let's put it simply shall we? If you program java seriously, then you *must* buy this book. I've had mine open on my desk for the past week now, and I refer back to it every five minutes.

Recently the size of the Java programming language got a lot bigger with the introduction of the Java Foundation Classes, and it's getting harder and harder to keep track and know about all the classes. This is where this book comes in. Java Foundation Classes in a Nutshell covers all the JFC classes briefly, listing all the methods for all the objects one by one with a brief summery of all the most important methods and guidelines for how the class can be best utilised given at the start of each class. This method allows you to use the book as a quick reference helping you get right to the most important information quickly. JFC in a Nutshell also lists important details like what version of Java the classes and methods described were introduced in, indicates if methods are depricated, and states what the default values are for methods if there are any.

If you buy this book then I highly recommend also buying Java in a Nutshell Third Edition that covers the other half of the Java language in the same detail.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 3 people found the following review helpful:
5.0 out of 5 stars The best reference book for Java(TM) ever(?)., 2 Nov 2002
I program in Java for about four years now and I strongly believe that a reference book turns up to be really valuable quite often, especially when you program seriously.

It won't be of great value if all you want to do with Java is something just very simple or quite simple (like most school assignments), but you will definitely need it if you want to go any further in experimenting with the capabilities of this programming language. In other words this normally shouldn't be your first book for Java but I consider it to be a must after a while.

This is the book you will know you need when you find yourself up late in front of your computer facing a reall problem. This book is the best reference book I ever owned and I recommend that anyone programming in Java should have this book in his library(actually I think you better have it constantly open on your desk).

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5 of 7 people found the following review helpful:
5.0 out of 5 stars A must have reference, 9 Oct 2000
By A Customer
The only problem with this book is that the binding is not up to its perpetual use. If you code JFC then this book, along with "Java in a Nutshell" are the most important references. This book is not a study book, it has no "howto" value but when you have learned the principles this book is essential for any serious coding.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Listmania!


Look for similar items by category


Feedback


Health & Beauty at Amazon.co.uk

Elemis Resurface and Renew Skin Care Gift Set of 4 Products
From soap to shavers, massagers to mascara, stock up on your daily essentials or truly pamper yourself.

Discover Health & Beauty

 

More From David Flanagan

JavaScript: The Definitive...

JavaScript: The Definitive Guide

Since the earliest days of Internet scripting, Web developers have... Read more
£38.50 £25.03

 

Boys Smell

Lynx Africa Body Spray and After Shave Gift set
But we make sure they smell good...

Discover male grooming at Amazon.co.uk

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

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

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates