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 096 999">
<param name="peekloc" value="096 000 170 167">
<param name="errorloc" value="096 167 170 333">
<param name="moreloc" value="000 333 000 500">
<param name="saveloc" value="096 333 170 500">
<param name="helploc" value="170 417 260 500">
<param name="notesloc" value="065 167 065 275">
<param name="helpokloc" value="840 695 905 805">
<param name="submitloc" value="840 695 905 805">
<param name="timelabloc" value="065 358 130 425">
<param name="timedisploc" value="065 425 065 500">
<param name="graphloc" value="260 000 520 500">
<param name="choiceloc" value="170 000 260 417">
<param name="puzzleloc" value="096 500 999 999">
<param name="wordloc" value="520 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".