Step 3.
Check that everything is in the folder that you want to upload
to the web. You should have checked that your pages run fine in
your browser and if you can use other browsers, check these as
well. Java applets run best with browsers version 4 and up, and
for computers running Windows 95 and up.
You can, and should, organize your folders so that there is
not a lot of clutter on your web site. Keep the web pages as they
are, but make folders for your graphics. Change the code on your
web page so that the browsers know where to find it. For example,
if your graphic folder is called "graphics" and all your images
are saved to this folder, add the folder name to the applet code.
<param name=image
value="snowcabin.jpg">
In this example the folder is in red:
<param name=image value="graphics/snowcabin.jpg".
The lake.class is best left with the web pages and not in a
subfolder with your images.
|