HELP! * GREY=local LOCAL HTML version of Foils prepared 29 January 1996

Foil 74 <param> Tags and Applets

From CPS616 Lectures on Java CPS616 Basic Information Track for Computational Science -- Winter-Spring Semester 96. by Geoffrey C. Fox * See also color IMAGE

<applet .... > can be followed by
<param name=attributename1 value="attributevalue1" > .......
<param name=attributenameN value="attributevalueN" >
</applet>
The Java program accesses this information by
String attribute;
attribute = getParamter("attributename1");
if( attribute == null )
  • attribute = yourdefaultvalue; // null is Java way of saying unset
Typically this processing would be in init() method of Applet



Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Tue Feb 18 1997