Related Subjects
Computer Science Computers Computers & Technology Data in the Enterprise Education & Reference Foreign Language Study & Reference Java Languages & Tools Networking Object-Oriented Design Object-Oriented Software Design Programming Programming Languages Software Design & Engineering Software Design, Testing & Engineering Software Development User Experience & Usability Web Development & DesignThis extremely hefty book on Swing has just about everything in it. However, it is intended to be a reference on Swing, not a tutorial. The problem with the Java Swing API is that it is so large and unwieldy itself that it is difficult to write a complete and useful reference that does not reflect that fact. If you need a good tutorial on Java Swing, you might want to look at the Core Java books by Cornell and read the chapters...
0Report
The Java Swing 2nd Edition O'Reilly book is a very good resource for learning and using Java Swing. The book covers the important and commonly used aspects of Swing without getting bogged down into the minute details you would find in the technical API specifications. The examples from the book are available on O'Reilly's website and can be downloaded from their site in one file or accessed individually. There are also...
0Report
This is must have reference for anyone that wants to learn Java Swing. It covers almost every class in Swing, with detailed explanations of what its most important methods do, it members and constants and examples on how to use them. These examples demonstrate just how powerful and rich applications developed with Swing can be. While the author assumes that the reader has some Java and Object Oriented knowledge, this...
0Report
When I started converting AWT stuff to Swing stuff I just used sun's api docs and tutorial. But when I started getting into more difficult areas like table layout, multiple document interfaces, etc., I decided to buy a book. I bought this one and have been very happy with it. I skimmed through most of it a while back and now I use it as a reference, looking up whatever topic I am having trouble with and going through the...
0Report
Pavel Vorobiev and I are currently finishing up an 'advanced' Swing book consisting mainly of examples ("Swing", Manning publications). We have referenced the Swing source code nonstop. Apart from this, we feel that Java Swing is the best Swing reference money can buy. This book is not an API docs dump. It is a high quality reference book for GUI developers who are prepared to do their job professionaly, not blindly. If...
0Report