I am starting out doing some GUI development in Java, and am looking for a good comprehensive book on Swing. Coming from more of a scientific background, my programs have sometimes been very complex, but this will be my first venture out of the command line. What book (or resource) did you use to learn? Is there a Swing book sitting above your desk right now that you would like to recommend?

thanks in advance

link|improve this question
Related question: stackoverflow.com/questions/163565/… – Jonik May 12 '09 at 11:39
feedback

6 Answers

I suggest you start with the Swing Tutorial before moving on to Java Swing (the Swing Bible, IMHO).

link|improve this answer
That's what I did and it worked out great. – Ryan Thames Jan 16 '09 at 21:13
this book is really great, I read it and highly recommend it – Cicik Jan 16 '09 at 21:29
feedback

Depending on what you want to to, you may also find Filthy Rich Clients useful too. Although it covers some of the more advanced topics, I have found it very useful to dip into and provide a better understanding of how certain things work.

link|improve this answer
1  
I found it, more towards the 2D side. May be its just me. – Adeel Ansari Jan 17 '09 at 3:05
same here....... – l_39217_l Jan 19 '09 at 19:11
feedback

I would recommend Swing, by Robinson and Vorobiev, published by Manning, which goes deeper on how to develop a Swing app. As someone on Slashdot wrote, for once it seems to be a better book that the Oreilly's ones. Also the preface is from J. Gosling, that may mean something.

link|improve this answer
feedback

After you read all the tutorials, check out Desktop Java Live.

Not sure if this is still available but i heard a tons about it.

link|improve this answer
I bought a copy from lulu.com – David Mar 2 '10 at 12:03
feedback

Java Swing Tutorial, Filthy Rich Clients and blogs/articles from Swing gurus. Also you see examples of real commercial apps.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown