Some build notes about Stoneroids:

*  It was built with J++ 1.0 on a Windows 95 machine.

*  Tested extensively with IE for Windows 95
   but is known to work fine under Navigator (but 2x slower).
   And works fine under NT4.0 browsers.

*  Recommended Requirements: Pentium 90 or faster CPU.
   Recommend NOT using a 16-bit browser... even if it's Java-enabled.

*  No binaries are included (except HTML images and Sound FX).

*  You need to do one of two things...
1.  To create the Stoneroids.CAB file you'll need the cabarc.exe utility provided with J++
    Place all the .class and .au files into the CAB.
    A .CAB file is like a ZIP, but IE can read this and run your applet faster because of
    the smaller total download and overhead required.
    If done right, it won't harm loading the applet from other browsers like Navigator...
    those browsers will load the .class and .au files normally.

2.  If you don't want the CAB version, edit applet.html and comment or remove this line...
    <PARAM NAME="cabbase" VALUE="Stoneroids.cab">

