The size and location of all of the major components of the Applet may be controlled by
the webmaster using the parameters referred to in this section. The value which sets the size and location
of a given component consists of a string of exactly twelve digits which is to be viewed as four three
digit numbers joined together. These four numbers represent the
"top", "left", "bottom" and
"right" coordinates of the component. To derive the values of these numbers, imagine the area of
the Applet being divided into 1,000 vertical columns (numbered 000 to 999) and 1,000 horizontal rows (also
numbered 000 to 999). The components of the Applet are superimposed on this coordinate system and the
required numbers can easily be calculated.
<param name="titleloc" value="000 000 088 999">
<param name="helploc" value="148 275 208 358">
<param name="helpokloc" value="850 708 905 810">
<param name="timelabloc" value="148 358 208 425">
<param name="timedisploc" value="148 425 208 500">
<param name="graphloc" value="208 000 447 500">
<param name="choiceloc" value="088 500 175 999">
<param name="puzzleloc" value="175 500 999 999">
You may wish to omit some of these components. This can
be achieved by setting the value to "000 000 000 000".