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 080 999">
<param name="errorloc" value="080 167 160 333">
<param name="moreloc" value="000 333 000 500">
<param name="helploc" value="080 920 160 999">
<param name="notesloc" value="065 167 065 275">
<param name="helpokloc" value="850 190 915 310">
<param name="submitloc" value="840 190 905 310">
<param name="timelabloc" value="065 358 130 425">
<param name="timedisploc" value="065 425 065 500">
<param name="graphloc" value="180 000 180 500">
<param name="choiceloc" value="080 500 160 920">
<param name="solutionloc" value="160 500 999 999">
<param name="puzzleloc" value="160 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".