vote up 7 vote down star

I am very likely to be starting a new project at work and will need to use the Java Swing library. I would like to get up to speed pretty quickly, preferably in the next two months. What do you consider to be the best documentation (either online or in book form) to help me get a solid grasp on the library?

flag

4 Answers

vote up 5 vote down check
  1. The Swing Tutorial
  2. A beginner's Swing Tutorial
  3. Swing Wiki
  4. Java Swing by Robert Eckstein
  5. Swing Labs
link|flag
It's best to put one item per answer so we can vote on one item. – jjnguy Oct 2 '08 at 18:37
vote up 3 vote down

This is where I learned all I know about Swing. Straight from the horses mouth!

(The Java tutorials)

link|flag
vote up 2 vote down

Swing, Second Edition

I had the first edition of this book back in 2001, and it was great.

link|flag
vote up 1 vote down

I learnt by pulling apart the good old SwingSet2.jar demo that comes with the JDK. It illustrates all the core features and tabs the code beside each demo.

Its in JDK/demo/jfc/SwingSet2. Or you can launch it from here.

link|flag

Your Answer

Get an OpenID
or

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