Stone's Bump

This particular applet is a standalone, a one-trick pony among the others described in this site.  If you like it, you can download it by right-clicking and selecting 
"Save Target As..." here.  Both the Durius and Anfy Java packages also offer bump applets.  You may want to get them if you want more applets.

The code for Stone's Bump is:

<applet codebase="http://www.mysite.com" code=stn_bump.class name=stn_bump width= 248 height= 183>

<param name=color value="http://www.mysite.com/colorimage.gif">

<param name=bump value="http://www.mysite.com/monochromeimage.gif">

<param name=link value=http://http://www.remedy.fi/>

<param name=hred value=90>

<param name=hgreen value=90>

<param name=hblue value=90>

<param name=hexp value=40></applet> 

If you download this applet, it comes with a text file (stn_bump.txt) which explains the parameter statements.  As with all the applets, since the files are not resident on the DellT@lk server, you must specify where they are and you do this through a codebase statement at the start which tells the applet where the applet file resides and full addresses for the two graphics used in the applet.  The color parameter is a color image, the bump parameter is the same image, but reduced to grayscale.  You must also specify the height and width of the graphics.  Note that all the items you must enter are listed above in white.