Java ImageMap Example

The ImageMap applet is used to create client-side image maps that are interactive and offer direct feedback. The active areas of the image map (which are defined in applet parameters) can be given various extensible behaviors such as sound effects, animations, hyperlinks, highlights, etc.

Applet Source

Other examples: example1, example3.