next up previous contents
Next: Creating a JMV applet Up: Modifying the applet Previous: Modifying the applet   Contents

Manually changing the applet code

There are several PARAM tags you can add to customize the JMV applet's appearance. Please note that in HTML code that has already been modified to use the Java Plug-In, these applet parameters must be added in 3 places in order to be effective:

  1. Once as <PARAM NAME = name VALUE=value> after the <OBJECT> tag.
  2. Once as <... name = value ...> within the <EMBED...> tag.
  3. Once again as <PARAM NAME = name VALUE = value> after the <APPLET> tag.
The available JMV applet parameters are listed below.

Two additional parameters that can be specified are HEIGHT and WIDTH. These are specified within the APPLET tag. These parameters control the height and width of the applet itself. The default dimensions are 400 for height and 400 for width.


next up previous contents
Next: Creating a JMV applet Up: Modifying the applet Previous: Modifying the applet   Contents
jmv@ks.uiuc.edu