Preserved Topic: Java Applet - Lake- How does it work? (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Montreal, QC, Canada |
posted 08-20-2000 16:15
I've never used Java Applet for the "Lake" effect before, can anybody give me a hand at it? I'm learning HTML with Notepad and was wondering if I can insert it in the page without knowledge of Java Script & all... here's the link http://javaboutique.internet.com/Lake/ |
Paranoid (IV) Mad Scientist From: EN27 |
posted 08-20-2000 17:03
With a Java applet you will get a *.class file, most likley in this case it will be lake.class. This .class needs to be placed in the same directory as your .html file and your image file. You can use what is called codebase (which is an HTML attribute) to place the image and .class file in another directory. This information should be in a text file with the applet when you download the applet. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 08-20-2000 22:26
AUGH! I'm sorry, but this has been bugging me a lot recently, multiple people have made the same error. Let me see how many ways I can say this: |