Customer Reviews


17 Reviews
5 star:
 (7)
4 star:
 (2)
3 star:
 (2)
2 star:
 (2)
1 star:
 (4)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


28 of 31 people found the following review helpful:
5.0 out of 5 stars No time for experimenting ? This is your book
I like the 'Core...' books and really appreciate their format. This one is no exception. The chapters are as with the 'Core Java 2' books very clear and to the point. I wanted to know about menus, it got me where I wanted to go in 10 minutes, same with custom dialogs. Sofar I read about 80% of the book in random order. I just read those chapters on the subject I need...
Published on February 28, 2000 by i-man

versus
1 of 3 people found the following review helpful:
3.0 out of 5 stars useful samples, poor writing
This book gives some advanced Swing samples that I can use, but the writing gets in the way. I agree that he rambles too much, glosses over some things and pores way too long on others. This book really needed an editor, and better organization.

A minor annoyance is how the sample code excerpts list the variables at the end of the code instead of before the code, so...

Published on April 21, 2001


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

28 of 31 people found the following review helpful:
5.0 out of 5 stars No time for experimenting ? This is your book, February 28, 2000
This review is from: Core Swing: Advanced Programming (Paperback)
I like the 'Core...' books and really appreciate their format. This one is no exception. The chapters are as with the 'Core Java 2' books very clear and to the point. I wanted to know about menus, it got me where I wanted to go in 10 minutes, same with custom dialogs. Sofar I read about 80% of the book in random order. I just read those chapters on the subject I need more info on. No need to read previous chapters, no need to read following chapters either. If you're like me, and don't have enough time to do all that you want to. You definitely need this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


24 of 27 people found the following review helpful:
5.0 out of 5 stars Great book for Swing developers., January 17, 2000
By A Customer
This review is from: Core Swing: Advanced Programming (Paperback)
This is the second book by Kim Topley that I have purchased, I bought the first book: Java Foundation Classes when it first came out and found it very useful, so was very pleased to see the new book.

I have found these books to be a good source of reference and good tutorials. The text is clear and concise and the examples well written and illustrate the subject very well. I initially bought the book because of work I was doing on Drag and Drop and Undo, but found the whole book very useful.

Well worth reading by anyone developing in Swing.

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


15 of 16 people found the following review helpful:
5.0 out of 5 stars Please Read the Whole Title, August 26, 2001
This review is from: Core Swing: Advanced Programming (Paperback)
Several recent reviews of this book seem to be written with a misunderstanding of its scope. As its title says, this book is about advanced Swing programming - it is not intended as an introductory book.

The reviewer who complains about there not being a description of how a table works or which is the row and which is the column when building a TableModel form an Object[][] is perfectly correct to say that it is not covered here - in fact, all of that is completely covered in Core JFC, which *IS* an introductory text. Returning the book might well be appropriate in this case - but only because this is not the book that he should have ordered in the first place.

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


8 of 8 people found the following review helpful:
5.0 out of 5 stars Very good, rather specialized, advanced book, April 21, 2003
By A Customer
This review is from: Core Swing: Advanced Programming (Paperback)
This book was wisely focused on selected advanced Swing topics, rather than trying to be comprehensive. I suspect Kim Topley could write two or three additional books with a similar level of detail on other advanced Swing topics, and it was sensible not to write 2500 pages all at once.

_If_ the focus topics (everything you might want to know about text components, table cell renderers and editors, drag-and-drop, undo/redo) are of interest to you, you won't find a better text anywhere, explicitly including all the Swing tutorials available on the Web. This is not a Swings basics book, but it _is_ an excellent how-to, and often why-to, book. Lots of code examples, lots of explanation.

Let me repeat: This is not a Swing basics book. The emphasis is not on how to apply the stock JFC components, but rather on how to customize, modify and extend the JFC components. For example, instead of just saying "JFC drag-and-drop support is limited primarily to raw text", Topley shows you how to implement support for d-d of whatever data types you are interested in. Actual d-d data interchange representations are not discussed, as that is highly platform- and datatype-specific.

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


11 of 12 people found the following review helpful:
5.0 out of 5 stars Excellent book for the experienced Swing developer, January 1, 2001
By 
This review is from: Core Swing: Advanced Programming (Paperback)
This is a very well written, specialized book meant for experienced Swing developers. In it Topley covers some of the most complex Swing topics with clarity, detail and useful examples: - Text Components and the HTML package - Bi-Directional Text - Custom Text Component Views - Table Rendering - Table Editing - Drag-and-Drop - Undo/Redo

If you are an experienced Swing developer needing to go deeper with any of the above, I would highly recommend this book. It is not for learning Swing (hence the title "Advanced Programming"), and it is a pity that it has been reviewed as such by some others here.

- Matt Robinson co-author of "Swing" (Manning Publications, Inc.)

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


7 of 7 people found the following review helpful:
4.0 out of 5 stars It says 'Advanced', December 13, 2001
By 
John Wood (Austin, Tx United States) - See all my reviews
This review is from: Core Swing: Advanced Programming (Paperback)
If you are a newby Swing programmer, get OReilly's Java Swing book for all the gory low level details. When you are done with that, jump into this book for 'advanced' information on Swing for doing real applications. The undo chapter alone is outstanding, providing the best explaination of any book I've looked at...
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 5 people found the following review helpful:
5.0 out of 5 stars A one of a kind on advanced Swing features, January 10, 2001
By 
Mikey D (NY United States) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Core Swing: Advanced Programming (Paperback)
Aimed at the advanced Swing developer, this book clearly explains advanced topics on the most complicated classes. I have used this book to create tables that I would not have been able to create without this book. If you are a Swing developer looking for advanced information on text components, the HTML package, table rendering and editing, drag and drop or the undo package, buy this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Great Book for Serious Java GUI programmer, June 19, 2001
This review is from: Core Swing: Advanced Programming (Paperback)
This is one of the most helpful book that I had bought in helping me doing a java GUI in Swing. It is definitely not a book for beginners or for those who are starting to learn about JAVA Swing. It is reference for serious programmer who want to resolve some UI problem or specific UI requirements.

It had provide ample examples in which the programmer could capitalize. The only drawback is that it tends to be a bit long winded at time and reader may get lost. That why the book deserved a 4 instead of a 5.

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


1 of 3 people found the following review helpful:
3.0 out of 5 stars useful samples, poor writing, April 21, 2001
By A Customer
This review is from: Core Swing: Advanced Programming (Paperback)
This book gives some advanced Swing samples that I can use, but the writing gets in the way. I agree that he rambles too much, glosses over some things and pores way too long on others. This book really needed an editor, and better organization.

A minor annoyance is how the sample code excerpts list the variables at the end of the code instead of before the code, so you have search for the end of the sample before you can even start reading it.

What we need is a good online site and code snippet archive really.

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


2 of 5 people found the following review helpful:
1.0 out of 5 stars Should be titled: how to write an editor using swing, May 16, 2001
By A Customer
This review is from: Core Swing: Advanced Programming (Paperback)
This book's title makes you think it covers SWING. It actually only covers a limited subset of things that can be handled using swing. If you're looking for a general purpose book stay away from this one. This might be useful if you're trying to write a text editor using swing. For the stuff it covers it might be useful but it covers very little - mostly it just collects dust on the shelf.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

Core Swing: Advanced  Programming
Core Swing: Advanced Programming by Kim Topley (Paperback - December 20, 1999)
Used & New from: $2.18
Add to wishlist See buying options