Amazon.com: Swing, Second Edition (9781930110885): Matthew Robinson, Pavel Vorobiev, Pavel A Vorobiev PhD, David Anderson, David Karr, James Gosling: Books

Sell Back Your Copy
For a $1.18 Gift Card
Trade in
Have one to sell? Sell yours here
Swing, Second Edition
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Swing, Second Edition [Paperback]

Matthew Robinson (Author), Pavel Vorobiev (Author), Pavel A Vorobiev PhD (Author), David Anderson (Author), David Karr (Author), James Gosling (Foreword)
4.4 out of 5 stars  See all reviews (36 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Hardcover --  
Paperback --  
Paperback, February 2003 --  

Book Description

February 2003
This book builds on the successful approach of the first edition of Swing, once again taking the power and flexibility of Java's Swing library to its limits. Using a fast-paced style, it starts by introducing each of the Swing components and continues with production-quality code examples in which Swing features are customized, combined, and vigorously exercised to demonstrate real-world usage.

With over 400 pages of revised text, additional examples, and new material to bring the book up to date with J2SE 1.4, Swing 2nd edition includes complete coverage of the new JSpinner and JFormattedTextField components, the new Focus and Keyboard architectures, and many other new and enhanced Swing features. Three new chapters have also been added to cover the construction of HTML and XML editor applications, and how to work with the new Drag & Drop architecture.



Editorial Reviews

Amazon.com Review

Written for the experienced Java developer, Swing provides an in-depth guide to getting the most out of Sun's Swing/JFC user interface classes. Mixing real-world code examples and expert advice on advanced features, this book shows how to make use of this powerful library effectively within your own projects.

The best thing about this text has to be its sample programs, many of which incorporate other Java APIs to do "real" work. For example, a demo of the scroll pane Swing component uses other JFC classes to display JPG images. For working with lists, the authors show how to process .ZIP files in Java. For demonstrating table programming, there's coverage of JDBC to connect to databases. Other standout code samples include a working FTP client and a fully functional .RTF word processor. (Many of these examples are enhanced in separate steps, showing off new Swing classes and features along the way.) The authors do a particularly good job of annotating code with clear explanations referenced with numbered bullets that point out important lines of code.

The other noteworthy feature here is the material on extending basic Swing functionality through custom code. (To use Swing effectively, you definitely need to be able to customize its classes. The authors show you how.) There are examples for enhancing Swing with custom layout managers and numerous samples that extend trees and tables, and even a section on the basics of creating new pluggable look and feel (PLAF) modules for Swing.

With material here on virtually every component and API, plus advanced coverage on using and extending Swing, this in-depth tutorial will prove to be an indispensable resource. It's ideal for any Java developer who wants to create powerful Swing interfaces for real-world projects. --Richard Dragan

Topics covered: Overview of Swing and JFC, lightweight and heavyweight controls, Model View Controller (MVC) architecture, Swing pluggable look and feel (PLAF), sizing components, event handing and multithreading issues, timers, graphics debugging, painting and validation, focus management, SwingUtilities methods, frames, panels and borders, built-in and custom layout managers, labels and buttons, tabbed panels, scrolling and split panes, comboboxes and listboxes, text components, Swing undo support, menus and toolbars, progress bars and sliders, JPEG editing, custom and standard dialog boxes, layered panes, custom and built-in MDI support, trees, tables (basic and advanced features), advanced text component programming, sample .RTF word processor, printing, and Java2D API fundamentals. --This text refers to an alternate Paperback edition.

Review

" . . . the Bible of Swing. . . . If you want to learn to be a competent Swing developer . . . get this book." -- JavaRanch.com

Product Details

  • Paperback: 912 pages
  • Publisher: Manning Publications; 2nd edition (February 2003)
  • Language: English
  • ISBN-10: 193011088X
  • ISBN-13: 978-1930110885
  • Product Dimensions: 9.3 x 7.4 x 1.8 inches
  • Shipping Weight: 3.2 pounds
  • Average Customer Review: 4.4 out of 5 stars  See all reviews (36 customer reviews)
  • Amazon Best Sellers Rank: #461,112 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

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

23 of 23 people found the following review helpful:
5.0 out of 5 stars The Bible of Swing, March 2, 2003
By 
Thomas Paul (Plainview, NY USA) - See all my reviews
(VINE VOICE)    (REAL NAME)   
This review is from: Swing, Second Edition (Paperback)
Two years ago, the JavaRanch reviewer, Anmarie Ziegler, wrote this about the first edition: "Overall this is an excellent book, and I would recommend it for the intermediate to advanced Swing developer." The same can be said of the second edition of "Swing". This edition has been updated to bring it up to Java 1.4 with new examples, new components, and three new chapters. You should note that this book is not for beginners. If "threads", "anonymous classes", or "event handling" are foreign words to you then you should go over the basic Swing chapters in a Java intro book such as "Beginning Java 2" by Ivor Horton. If you consider yourself at least an intermediate Java programmer and are comfortable with the basics of the AWT and you want to learn Swing very well then you are ready for this book. The authors have written the Bible of Swing. This book covers not just the basics of Swing but goes beyond that to teach you how to build your own Swing components. The cover states that the book contains, "production quality code" and this is exactly what it contains. You will find no simple "Hello World" examples but instead demonstrations of how to make use of the real power of Swing. The coding samples you will find in this book are extremely detailed and well commented. If you want to learn how to be a competent Swing developer then you should get this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


23 of 23 people found the following review helpful:
5.0 out of 5 stars Strongly impressed, September 22, 2000
By A Customer
I read this book while buying O'Reilly's "Java Swing," mainly because I noticed that one of the authors of this book gave a glowing review of the O'Reilly book. Wonderful thing to occur, since I found this book very useful and unique.

True to the cover, it has "production quality" examples written in Swing, including an entire word processor in the section about JEditorPane. I am downloading the code at this moment to test it out. The presentation in this book for each chapter is roughly: Show a class' place in the Swing hierarchy, explain the concepts and useful methods, then iteratively develop an interesting application. These applications start out with simple features, then the next revision has another new feature.. and so forth.

Bugs encountered ARE REPORTED. That, along with the O'Reilly review I mentioned earlier, points to a good honesty. I have no problem commending them by paying for their book.

For beginners to Swing, I would recommend Sun's tutorial book on Swing (by Mary Campione). You can check it out for free and then perhaps buy it. You could also learn Swing from this book, but perhaps you would have more of a cut&paste understanding. Depends.

For those used to Swing, this book really files in the big gaping hole in Java's documentation: Good examples of little things being used. Cuts down on experimentation. I know from personal experience that Sun's jdk HTML renderer blows, but this book tells you that it does, and where to go to find out when it stops blowing so badly.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


19 of 19 people found the following review helpful:
5.0 out of 5 stars A must-have for serious Swing developer, January 28, 2000
By 
I found this book the best for intermediate to seasoned Swing developer. Excellent coverage on some Swing topics not covered in sufficient depth elsewhere - such as tables, trees and GridBagLayout. The book is considered a classic in Java Swing developers community and is highly recommended to anyone with some basic Swing understanding who wants to know it real well and use it. The code examples are quite practical, I used the concepts from the book several times in my projects.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

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











Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(4)
(1)
(1)

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 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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject