| Author |
want some help on choosing book!
|
Muzafar Ali
Ranch Hand
Joined: Jun 11, 2009
Posts: 34
|
|
Hello every one i want to start learning swing i am currently using java 1.6 so can any one suggest me a good basic swing book by which i can cover the swing with best way.
Regards,
Muzafar
|
~When You Learn Anything, Learn by Heart !
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8566
|
|
Core Java by Horstmann and Cornell
Also check out Sun's swing tutorial
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Muzafar Ali
Ranch Hand
Joined: Jun 11, 2009
Posts: 34
|
|
Thanks
Core Java by Horstmann and Cornell what version of java Swing it covers?
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32833
|
|
Muzafar Ali wrote:Core Java by Horstmann and Cornell what version of java Swing it covers?
Depends which edition you buy. You'll find details of the book on our book reviews page.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
The advanced book doesn't go further than Java 1.4, so RowFilter, RowSorter and such are not present. It does handle JTree, JTable and JList, and a bit of JEditorPane and JTextPane. There is also a complete chapter on AWT, mostly Java2D (using Graphics2D) and printing.
If you want a book for Swing specifically, I wouldn't recommend it. If you want a book for Java in general that happens to include Swing, it's pretty good.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8566
|
|
Oh! My bad.
I used it when I was learning 1.2. I thought they would be having editions for each version.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
|
The latest version does handle Java 6, but none of the extra Swing features.
|
 |
 |
|
|
subject: want some help on choosing book!
|
|
|