|
|
|
|
Distribution Information & Installation Guide
Pictureviewer is a Java applet that runs in any browser that supports the Java (tm) plugin. The
software requires the use of a VM supporting the JDK version 1.3.1 or above.
The software is distributed as a zip file, pictureviewer.zip, that contains both the java software
and the image files that the applet utilizes. When unzipped, the distribution produces a directory
that contains the file pictureviewer.jar, and an image directory.
- pictureviewer.jar - a self contained jar that includes all necessary java classes to run the applet
- image - a directory that has all images needed by the applet at run time. The
directory should contain the files:
|   |
| pictureviewer_applet_background.gif |
| left_arrow_clicked.gif | right_arrow_clicked.gif |
| left_arrow.gif | right_arrow.gif |
| left_arrow_selected.gif    | right_arrow_selected.gif |
The information required for the use of the applet within an HTML page are provided in this section.
applet class:  Use the class com.srs.applet.pictureviewer.PictureviewerApplet. The
class should be pulled from the pictureviewer.jar archive by using the archive attribute of the
applet HTML tag.
parameters:  The applet supports the following parameters that can be provided to it within the
applet tag. All listed parameters are required for correct operation.
| sharedImageBase | the path to the directory containing the images for the applet to use, which
should include a trailing backslash directory delimiter |
| imageDescriptionFile   | the name of the file that exists in the same directory as
the page the applet lives on that provides details on the images to be viewed |
|
|