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?
|
feedback
|
closed as not constructive by casperOne♦ May 3 at 20:56
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
| |||||
feedback
|
|
I had the first edition of this book back in 2001, and it was great. | ||||
|
feedback
|
|
This is where I learned all I know about Swing. Straight from the horses mouth! (The Java tutorials) | ||||
|
feedback
|
|
This really helped me to understand layout management. | ||||
feedback
|
|
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. | ||||
|
feedback
|
|
Not sure how relevant it is today as I haven't used Swing in years but this book is awesome. Great format of code samples and explanation. | ||||
|
feedback
|