What's this?… |
APPLET
act the same was as an
A HREF=
with an IMG SRC=
. I quite quickly got it to respond
to a click by jumping to a URL I provide as a parameter (and to change the mouse pointer to indicate that a link was
there). I can't make the applet draw a "transparent" image so the best I can do is paint the
background paper GIF underneath it (unless your firewall doesn't let the applet read it).
What I haven't done yet is implement a tooltip.
This may be quite
complicated (I suspect I'll have to render it myself, but I can't draw outside the Applet's area...) so all
I do at the moment is update the status line. One day...
The other downsides are that it's a bit slow to load and not everyone has Java enabled (I guess).
The static image at the top of the page is showing the date I wrote the class(es).