> Anyone can recomend a good book for Swing development - preferably one
> that focus on the new Swing API (JDK 1.5).
>
> thanks.
I like the Core Java Books, volume 2 covers Swing detailed.
Uwe

Signature
mail to newsgroup@ziegenhagen.info is read only from time to time. If
you need an urgent answer, google for me.
> Anyone can recomend a good book for Swing development - preferably one
> that focus on the new Swing API (JDK 1.5).
Any 1.4 book should still work. The Swing API remained basically the
same from 1.4 to 1.5.
Swing got one new package (the synth PLAF), but that one is so badly
documented that "no one" touches it. There are minor changes here and
there in the API, but nothing fundamental.
For a list of changes the release notes in the JDK should do.
/Thomas

Signature
The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
http://www.uni-giessen.de/faq/archiv/computer-lang.java.gui.faq/
duff - 05 Jul 2005 08:52 GMT
>> Anyone can recomend a good book for Swing development - preferably one
>> that focus on the new Swing API (JDK 1.5).
[quoted text clipped - 9 lines]
>
>/Thomas
Great, I just ordered Swing, Second Edition by Matthew Robinson, Pavel
Vorobiev
http://www.amazon.com/exec/obidos/ASIN/193011088X/qid=1120549948/sr=2-3/ref=pd_b
bs_b_2_3/103-5532535-6689448
thanks.
> Anyone can recomend a good book for Swing development - preferably one
> that focus on the new Swing API (JDK 1.5).
>
> thanks.
Or try one from WROX: Java JDK 5 Edition, :-)
I like the stuff the guys write by the wrox lable very much.