David Griffiths seems to have closed his web site,
so I cannot direct you there for the download and terms of use.
Do not bother opening the file.
Go to start then Programs
then Accessories and down to Notepad and open it.
Now we are going to do some copying and pasting.
Do not examine what you are pasting!!
Just please follow my instructions and you can look at the code later.
Copy from <HTML> to </HTML> and paste it into the Notepad document.
(As shown below.)
<HTML>
<HEAD>
<TITLE>Lake Applet.</TITLE>
</HEAD>
<body>
<CENTER>
<applet code="lake" width="300" height="285">
<param name="image" value="yourimage.jpg">
</applet>
</CENTER>
</body>
</HTML>
Where the code says height.
you must make this value double the height of your image.
yourimage replace with the name of your image.
Now you need to save your Notepad document
Make sure you are in the Notepad document.
IMPORTANT!
Go to file then down to Save As
and then find your folder.
In the box, where it says File name type name.html
You must type .html after the name!!!
Then go to your folder
Find the icon that is named the same as your Notepad document
It will be a web page icon and double click on it.
You should see the applet displayed as a web page on your computer,
If you do not see water you
need to change the value for the height of your applet,
Right click your mouse button on the page and click View Source.
Change the value and then in the Notepad document
go to file and down to save.
View your applet.
You can keep changing and saving the height value,
until you are satisfied with the result!
If you want to upload the page to your web space the only files you need to upload are lake.class,your image and the Notepad web page you have just created.