The SpokeLength Applet.

This is an example of a simple applet written in Component Pascal.
You need to have the *.cps files for the Java libraries in the directory
$CPROOT/libs/JvmSystem.  On my system this is $HOME/gpcp/libs/JvmSystem.

The version here is for Java 1.2.*.  You may try to recreate these files
using j2cps, but beware that on with gpcp 1.1.3 on some unix systems this 
may fail with a "too many file open" error.  
We have fixed this for gpcp 1.1.4.

You may compile the applet using 
$ cprun gpcp SpokeLength.cp
and test it with 
$ appletviewer Spoke.html
There a some other libraries (specifically RTS and CPJrts) that need
to be accessible from the CODEBASE marker.  This is typical for applets.

The applet calculates spoke lengths for bicyle wheels from the lacing 
geometry.  Nice it you build your own bicycle wheels ...

The applet also runs under recent versions of IE and Netscape browsers.

Best of luck
John Gough

