Implementation:
Below is the syntax of the HTML code that is required to implement the 1st JAVA Tree into your web site.
- The blue part of the syntax is the HTML Code which should NOT be altered.
- The red part of the syntax may be altered according to the values and text that you require.
The blue code may be copied from here below or alternatively, copy the source code from our sample file and alter the values in red to your specific needs as described.
Please note: It is best NOT to use FrontPage for implementing Java applets as the parameter order gets easily jumbled. It is safest to use a text editor such as Wordpad or Notepad.
The applet HTML code:
<APPLET CODE="JAVATree.class" WIDTH=220 HEIGHT=300> | |
CODE="JAVATree.class" | The name of the applet. This may not be altered. |
WIDTH=220 | The actual width of the applet. It may be altered to your needs. |
HEIGHT=300 | The actual height of the applet. It may be altered to your needs. |
<PARAM NAME="COPYRIGHT" value="(c)1997 AUSCOMP (www.auscomp.com)"> | |
This applet parameter is mandatory and may not be altered or removed. If it is missing or misspelt, there will be a message "Copyright parameter missing!" and the applet branches will not show. |
|
</APPLET> |