Applet Example 3

In this example the applet will acquire both the configuration and graph data from text files.

 

The configuration data is acquired from the text file lineprops.txt (click here to view)
and the graph data is acquired from the text file linedata.txt (click here to view).

and here is the HTML code,

<applet code="LineGraphApplet.class" archive="LineGraph.jar" width="500" height="420">

<!-- Start Up Parameters -->
<PARAM name="LOADINGMESSAGE" value="Line Graph Loading - Please Wait.">
<PARAM name="STEXTCOLOR" value="0,0,100"> <!-- Message Text Color-->
<PARAM name="STARTUPCOLOR" value="255,255,255"> <!-- Applet Background color -->

<!-- Data files -->
<PARAM name="chartproperties" value="lineprops.txt">
<PARAM name="chartdata" value="linedata.txt">


</applet>

For a full explanation of and range of values for the above parameters please see the Documentation.

Note: If you are using the evaluation version then in the applet a pop-up window will appear upon the startup and an evaluation message will be incorporated by the servlet. Both these features have been removed from the licensed version. Licensing information can be found at http://www.jpowered.com/graph_chart/index.htm