LightHouse applet.

You must use the same height and width dimensions as used in the example.
Nothing can be altered except for the frame target that loads the result
of the search query. 

All files for this applet must be placed in the one directory.
NOTE:The image file names must not be changed.
------------------------------
**************************************************************************
NOTE WELL!! This applet uses a jar file to hold all the necessary classes. A jar file is the
Java equivalent of a .zip file. There is no need to extract the contents of the .jar, simply
upload the .jar file (as binary), just as you would .class files. Notice the format for the
applet tag when a .jar archive is used. The attribute "Archive" must be used and then the
name of the .jar archive file. The main .class file is specified as per usual.
*******************************************************************************  
 
<applet CODE="lhj_10.class" Archive="lighthouse.jar" WIDTH="92" HEIGHT="246">
<param name="TARGET" value="_self">
</applet> 