vote up 4 vote down star
1

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

flag
Related question: stackoverflow.com/questions/163565/… – Jonik May 12 at 11:39

4 Answers

vote up 0 vote down

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|flag
vote up 2 vote down

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|flag
vote up 3 vote down

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|flag
1  
I found it, more towards the 2D side. May be its just me. – Vinegar Jan 17 at 3:05
same here....... – Kendrick Wilson Jan 19 at 19:11
vote up 12 vote down

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

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

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.