Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

Up to Speed with Swing Review by Warren J. Dew

Good as far as it goes

My copy has a little different cover, says "2nd edition", and is copyright 2000, but I couldn't find an exact match on Amazon.

The book is a good introduction to Swing, getting this Java programmer started fairly quickly. One thing that's appreciated for this server side Java programmer with no previous familiarity with AWT is the brief section reviewing AWT - which you unfortunately also have to know to use Swing, it seems.

That said, you run into the limits of the book rather quickly. There's a lot of detail on how to use each component, but very little on how to use it well. Coverage of layouts and events, both critical to building a good UI, is sketchy.

Also, there's no real reference section. Even just a brief listing of all the relevant classes and their methods would be really nice - say, similar to the reference section of David Flanagan's classic "Java in a Nutshell".

Finally, the author seems to be somewhat Windows centric, which is a little unfortunate since the main reason to use Swing is to produce a cross platform product.