Playing with Java
If you have a Java capabable browser (e.g. Netscape 2.0) you'll
see some Java Applets running below.
The applets were compiled with the Java Development Kit Beta for
Windows 32.
These applets are just a start on my path to learning Java.
This applet simply says puts out a string and shows the number of times
the paint method had been called. Try forcing your browser window to
repaint (by putting some other windows over it or minimize and maximize, etc.)
and you'll see the paint count increase.
This applet simply makes use of the Animator class supplied in the JDK to
rotate a bitmap (yes, I know I need a better bitmap!)
This applet is a handball-like game.