Click here to return to Newclient Main Help Page


Back


Last Updated: February 25, 1998

General Purpose Animator

  1. Example
  2. Installation
  3. Documentation and Source Code


Example of Animator

[You will need a Java capable browser to view this applet]


Installation

To install the Java Animator onto your Virtual Server, you will need to telnet or SSH to your Virtual Server and then do the following steps:

  1. cd   (this will put you in your home directory)
  2. tar -xvf /usr/local/contrib/Animator.tar

The HTML source below represents the applet definition for the Animator.

<applet codebase = "/Java/Animator" code="Animator.class" width=60 height=80> 
<param name="imagesource" value="graphics"> 
<param name="startimage" value="1"> 
<param name="endimage" value="10"> 
<param name="pause" value="120"> </applet> 

If you are unfamiliar with JAVA, or would like to learn more about JAVA: Programming for the Internet, the following URL is an excellent resource:

http://java.sun.com


Documentation and Source Code

Documentation

More information about the Animator can be obtained at the following URL:
(The URL below was known to be valid as of February 25, 1998)

http://java.sun.com/applets/applets/Animator/index.html
 

Source Code

Animator.java


top


bd