The Lake Applet
Made Easy!!!

This GREAT Java Applet was written by (c) David Griffiths, 1997
His Web Site


1) You must first obtain the 5 Java files:
Right Click on this link & Save Target As...Unzip it, then place them with your HTML files.
  • Lake.java
  • Lake.class
  • Lake.mak
  • Lake.ncb
  • Lake.mdp
Lake.zip




2) Locate a cool GIF or JPG to use for the TOP portion & save it with your HTML code.
3) Here's the HTML code. The Height is Double the size of your picture - 20 pixels.
Replace the "(" with "<"

(applet    code=Lake.class
	   id=Lake    
	   width=251
	   height=260 >
    (param name=image value="sunset.gif">
    (param name=href value="target.htm">
(/applet>

JAVA will do the rest...

Visit The Gallery - More Examples