APPLICATION DESIGN
To set individual applet parameters
1. Select the Java(TM) applet and, if the Programmer's pane is not displayed, choose Java Applet - Java Applet Parameters.
2. Click "Applet Parameters" in the Programmer's pane.
3. Use any text editor and open the HTML file associated with the Java(TM) applet.
5. Enter the parameter name. For example, enter bgcolor for the following HTML tag:
To set all applet parameters
1. Use any text editor or Web browser and open the HTML file associated with the Java(TM) applet.
2. In the HTML file, select all of the parameters and copy them to the Clipboard. For example, copy all of the following text:
<param name=fgcolor1 value="red">
<param name=fgcolor2 value="magenta">
4. Click "Applet Parameters."
5. Click Paste to add the parameters and their values.
Tips