Index | Lesson One | Lesson Two | Lesson Three | Lesson Four | Lesson Five | Lesson Six | Lesson Seven |
Java is a general purpose programming language. Applets are programs written in Java that can run inside of a Java-enabled web browser, such as HotJava, Netscape, and Internet Explorer.
Actually, Don Benack gave an overview of the Java language for his presentation. I won't duplicate his work: ou're saved 8^)
Instead, I will give a quick background into Java's standard libraries, focusing mainly on the AWT (Abstract Windowing Toolkit). The goal is to flatten the learning curve, thus enabling you to get started programming in Java more quickly.
Lesson One HelloWorld Applet
Lesson Two Demo of all components
Lesson Three Demo of all components with event handling
While discussing the component demo, we had a discussion of the Java keyword super. A summary of this discussion can be found here.
Lesson Four Scribble Applet
Lesson Five Color Scribble Applet
Lesson Six Clearable Scribble Applet
Lesson Seven networking topics
Below for some links to other good tutorials and reference pages.
If you are on a CS system here at the University of Buffalo, you can access the same pages locally .
A local copy of Sun's Java Tutorial is here.
Index | Lesson One | Lesson Two | Lesson Three | Lesson Four | Lesson Five | Lesson Six | Lesson Seven |