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?
|
|
|
|||
|
|
|
This is where I learned all I know about Swing. Straight from the horses mouth! (The Java tutorials) |
|||
|
|
|
|
I had the first edition of this book back in 2001, and it was great. |
|||
|
|
|
|
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. |
|||
|
|
