Applet Installation.

Here's an example for using DuriusWaterPic on your index.html page:

  1. Copy the applet files (DuriusWaterPic.jar and DuriusWaterPic.cab) from the Applets/WaterPic folder to the folder where index.html is.
  2. Copy the image you want to use to the same folder.
  3. You will find three samples if you click the WaterPic link to the left. Select the sample that most resembles the effect you want to achieve. Copy the applet tag to the clipboard and paste it to the desired position in index.html.
  4. Now just edit the image parameter ( Note: Case Sensitive! ) and alter the width and height values in the applet tag according to the size of your image. If you want you can also tweak other settings in the applet as documented under the 'WaterPic' section.
  5. Upload all files (image, html, DuriusWaterPic.jar and DuriusWaterPic.cab) to your webserver and that's it!


NavBar description:

The NavBar feature works on all applets and allows you to use several links within the same applet. Here's how it works: Compose your menu-image by putting several buttons of the same size next-to or on-top-of each other in the same image. Here's a sample image for a vertical NavBar:

Now all you need to do is set the orientation parameter to 'v' (or 'h' if you're using a horizontal menu) and supply the urls in the url parameter. Here's how the url parameter would look for this particular menu:

<param name="url" value="http://www.durius.com/ http://www.altavista.com/ http://www.javaboutique.com/ http://www.davesclassics.com/">

Note how every url is separated by a space.
This is all there is to it!