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 090 999">
<param name="peekloc" value="090 000 180 167">
<param name="errorloc" value="090 167 180 333">
<param name="moreloc" value="000 333 000 500">
<param name="saveloc" value="090 333 180 500">
<param name="helploc" value="090 500 180 620">
<param name="notesloc" value="065 167 065 275">
<param name="helpokloc" value="850 564 910 714">
<param name="submitloc" value="850 564 910 714">
<param name="timelabloc" value="065 358 130 425">
<param name="timedisploc" value="065 425 065 500">
<param name="graphloc" value="180 000 999 280">
<param name="choiceloc" value="090 620 180 999">
<param name="puzzleloc" value="180 280 999 999">
<param name="wordloc" value="472 000 999 500">
You may wish to omit some of these components. This can
be achieved by setting the value to "000 000 000 000".