CS100 Useful Information Page
|
Welcome to the CS100A Useful Information Page
This page contains information on how to use the newsgroup, how to find some Java Classes in either a PC or a Mac in a public lab, and others.
Getting Java Classes:
To find the Java classes that are available to you, go to the
following directories:
- PC:
Program Files\Metrowerks\CodeWarrior\Java Support\Java Source\java
- Mac:
Metrowerks/Metrowerks Codewarrior/Java Support/Java Source/java.
There, you will find more directories:
- applet: Classes used to make applets
- awt: The "abstract window toolkit". These classes are for
building all the windows you see on your screen
- io: Classes for doing input/output
- lang: Extensions to the language, like class String, class
Number, and class Math, which contains many
mathematical functions.
- net: Classes for dealing with networks
- util: Various "utility" classes, which we don't need in this
course.
Return to CS100A Homepage
If you have any questions or comments about this page, please contact me:
Linda Lee
Latest update:
September 18th, 1997