Aferg's Java Creations
If you would like to learn how to make these Applets. I'm putting the instructions at the bottom of this page.
LAKE APPLET INSTRUCTIONS
"I can picture me in a row boat,
kicked back with a book and a fishing pole,
just enjoying nature.
West Virginia State Capital
WV Capital
"Sunset by the Lake"
This is another pretty mountain scene.
HTML Source: CLICK HERE
Pick out the graphic you want to add the water too. Find your width and height for this graphic
Lets use this graphic. Right click and save this picture to your hard drive.
To add the water take the height and multiply that number x 2. Then subtract 10. This will be the height that you put in your html code.
The original height for our lily graphic is 104.
Multiply that by 2 (104 x 2 = 208)
Then subtract 10 (208 - 10 = 192)
add 192 to your html code for the height.This is just a starting point for your height measurement.
Now start subtracting about 2 at a time until you get the height that makes your lake applet look right. I came up with 184
You can't view your finished applet from your file manager.
Open a 2nd browser window and check from there to see if your applet is working correctly.
This is what your finished product should look like