


AUTHOR: Patrik Lundin
EMAIL:  plundin@kagi.com
URL:    http://www.javathings.com


This is a Shareware program, the trial period is ten days.
The full version can be purchased online at:
https://order.kagi.com/?POA&S


DESCRIPTION
-----------

Graph Drawing Calculator Applet with advanced features.

The calculator supports juxtaposition which means you can write your 
expressions just as you would on a piece of paper.

The calculator has support for all the operators and functions you 
would expect to find on any advanced calculator and combines it with function 
graphing capabilities and symbolic differentiation capabilities.

The calculator applet is very configurable, for example you can change 
all the colors to make it fit your homepage.

Closer documentation of the GraphApplet can be found in the index.html file
included in this zip file or online at: http://www.javathings.com/GApplet_dev/index.html


SETUP
-----

1.  Copy the zip-file called gapplet.zip to your web folder. 
    If you are using ftp make sure the zip-file is uploaded as binary and not ascii. 

2.  Copy this applet html tag to the page where you want to use the applet : 

    <applet archive="gapplet.zip" code="GraphApplet.class" width=655 height=360> 
    </applet> 

    If you have an old browser that doesn't support the use of the archive attribute in the applet tag 
    then you will have to extract the zip-file maintaining the file structure to your web folder. 

    The only browser today still in use that do not support the archive tag is IE 3.0, 
    all newer 4.x browsers and Netscape 3.0 supports the archive attribute. 

    Please note that is recommended to use a newer browser for this applet ( IE and Netscape, version 4.x or higher ) 

3.  Open the page in a webbrowser that supports Java and start to use the GraphApplet. 
    The GraphApplet is best viewed in at least 800x600 resolution and more than 256 colors. 

Closer documentation and instructions can be found in the index.html file.
