*******************************************************************************
*
*                            The coupled pendulum
*                              A java simulation
*
*                                    By:
*                              Bastiaan Huisman
*                              Annaliso Fasolino
*
*                                 README.TXT
*
*******************************************************************************

This package should at least contain the following files:

DoublePendul.jar             Archive file with a graphical library.
DoublePendul.html            Html file to view the applet.
DoublePendul.java            Sourcecode of the applet.
DoublePendul.class           Compiled source of the applet.
TPhysCalcs.class             Compiled source of the applet.
README.TXT                   This file.

Make sure all these files are in the same directory!

To view the applet just run DoublePendul.html in your favourite browser.

To embed this simulation into your own html page use the following tag:
<applet
    code="DoublePendul.class"
    width=650
    height=380
    archive="DoublePendul.jar"
</applet>

You may change DoublePendul.java to your liking. To (re)compile it you must have at 
least JDK 1.1 installed (available at http://java.sun.com ). 
Compile with:
javac -classpath DoublePendul.jar -O DoublePendul.java

The documentation of the nl.kun.Engine3D package can be found on the homepage of this simulation

http://www.sci.kun.nl/bladiebla

For questions and remarks:
Bastiaan Huisman bhuisman@sci.kun.nl