J2EEOnline
GofPatterns OOPortal
prev prev
Course navigation
The Java compiler
An applet for every occasion
The TicTacToe applet comes standard with the Java 2 SDK as one of the SDK's demonstration applets. These demonstration applets include complete source code and serve as a great reference. You can often study one of these applets to figure out how to solve a problem in an applet of your own.
Aside from serving as a valuable learning resource, some of the Java 2 SDK applets are functional enough to use in your own Web pages. For example, there is an Animator applet that animates a series of images along with an audio soundtrack. You can customize the Animator applet to play your own animations and sounds.
Course navigation