Have one to sell? Sell yours here
Swing: A fast-paced guide with production-quality code examples
 
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: A fast-paced guide with production-quality code examples [Paperback]

Matthew Robinson (Author), Pavel A Vorobiev PhD (Author)
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 --  
There is a newer edition of this item:
Swing, Second Edition Swing, Second Edition 4.4 out of 5 stars (36)
Currently unavailable

Book Description

December 1, 1999
Intended for intermediate to advanced Java developers, this book contains real-world examples and detailed discussions of Swing.


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.

Review

"How many times have you opened a book in search of a solution and found not only an answer, but also an elegant enhancement to your application? How many times have you ignored an O'Reilly book on the same subject lying on your table? The answer is Manning's new book Swing authored by Matthew Robinson and Pavel Vorobiev. And that is my final answer." -- Jayakrishnan, slashdot.org

"UI development is a very time consuming business. Even with such a powerful next generation API at your fingertips it can be still overwhelming. Swing is a wonderful book that lightens the burden. It presents a complex subject in smaller manageable portions for the programmer who has learned the basics and wants to go much further. This excellent book is impossible to take in the first time, because of the scope and breadth of its subject matter. I think you will find that it hits and hits its target audience and goals again and again. It does not fail to satisfy. A massive quality and quantity win-win for Manning. Trust me. You will love it.

Swing continues where Manning's own Up To Speed with Swing and O'Reilly's Java Swing stops. Throughout the book there are helpful bugs to avoid and developer notes...No other book on the same topics reaches the quality and quantity of this book. Presentation, content, overall developer satisfaction make this book a best of bread winner." -- Peter Pilgrim, Association of C/C++ Users

An EXCEPTIONAL 10 out of 10 horseshoes. -- JavaRanch.com

examples are more varied ... the manner in which the code is commented on ... is superior to many other methods I've seen -- Ed's Internet Book Reviews


Product Details

  • Paperback: 917 pages
  • Publisher: Manning Publications (December 1, 1999)
  • Language: English
  • ISBN-10: 1884777848
  • ISBN-13: 978-1884777844
  • Product Dimensions: 9.3 x 7.4 x 2.1 inches
  • Shipping Weight: 3.1 pounds
  • Average Customer Review: 4.4 out of 5 stars  See all reviews (36 customer reviews)
  • Amazon Best Sellers Rank: #1,193,435 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
This review is from: Swing: A fast-paced guide with production-quality code examples (Paperback)
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 
This review is from: Swing: A fast-paced guide with production-quality code examples (Paperback)
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.
 
(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



So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject