Re: Is there an easy way to find the right class?
On Jan 30, 11:37 am, Farcus Pottysquirt <where_is_my_...@movies.net>
wrote:
..There must be an easier way.
Internet access makes it somewhat easier, but even Google provides more
information than I need. ...
*
...Let's ask someone like
Andrew Thompson... hey .... how do you find a class that you need?
I am not quite sure why my name came up in this
thread, but FTR, my search would be in this order..
1) JavaDocs (first looking at the descriptions of any
classes that I feel should be closely related, then
having a look at other classes in the packages in
which they reside).
2) Java Tutorial - skimming any section that looks
like it might be relevant.
3) Searching the comp.lang.java.* groups, and when
I get *'too much' information, refining the search, or
looking at the 'most recent' posts first.
4) Searching the net, and when I get
*'too much' information, refining the search.
5) Asking hereabouts for advice (mentioning
the unsuccessful search terms).
Note that in the early stages, I found it was
better to swap the search order of JDocs and
the Java Tutorial.
Andrew T.