ET Message Scroll - Example




Next applet

The only difference between this example and example 4 is that this example loads the parameters from a separate file.

<applet code="ET_MessageScroll.class" width="140" height="170">

<!--The reference to the parameter file-->
<param name="ParameterFile" value="Parameters.txt">

</applet>

The source shown above is not exactly the same as for the example, as it assumes that the class files are in the same directory as the html file. The source above also assumes an unregistered applet as it does not have the NumericalKey parameter (this removes the intro text in the applet).


© 1997-2000 Entanke. Visit us at http://www.entanke.se/ for more information.