<>
wrote on Sat, 30 Apr 2005 13:34:57 GMT:
> Or is there something better for someone who is a beginner to Java?
> Is one of these two books better for learning Swing? Overall which is
> better for all the important topics? I've been using the downloaded
> version of Thinking in Java as a reference while reading another book.
> I've just started reading Chaper 14 "Creating Windows and Applets".
> I'm not that happy with it. Maybe I haven't gotten far enough into it
> yet but so far I don't think he tells you enough about what the
> methods do or even the purpose of the different classes like JFrame,
> JApplet and JPanel at least not at first. Maybe it gets better later
> in the chapter so I can't say for sure it's not that good at this
> point. Thank you.
TIJ is by far the best intro book to Java. Stick with it.
However, it does not describe every method of every class, because you
have the Javadocs to look at already. You downloaded the JDK
documentation, right? Open <JDKHOME/docs/index.html>, page down to the
API & Language Documentation, and click on Java 2 Platform API
Specification. Bookmark this page, you'll be using it every day for the
rest of your life.
If you really need excruciating detail about the internals of Swing,
<Swing 2nd Ed.> pub. by Manning is a good resource, but until you're
elbows-deep in the guts of a complex Swing app, you don't need it.
--
<a href="http://kuoi.asui.uidaho.edu/~kamikaze/"> Mark Hughes </a>
"Gibson and I dueled among blazing stacks of books for a while. [...] The
streets were crowded with his black-suited minions and I had to turn into a
swarm of locusts and fly back to Seattle." -Neal Stephenson, /. interview