map image???

N

nuria

Is it possible to create image maps in java, i have an image with
several parts and i want to have different action listeners for each
section. I bascially want to create an image map as you would with an
image in a HTMl page.


All I really want to know is if this can be done and if yes how

Hope you can help
 
M

Michael Borgwardt

nuria said:
Is it possible to create image maps in java, i have an image with
several parts and i want to have different action listeners for each
section. I bascially want to create an image map as you would with an
image in a HTMl page.


All I really want to know is if this can be done and if yes how

Of course it can be done. As for how, you'd probably draw the image on
a javax.swing.JPanel and register a java.awt.event.MouseListener to
react to clicks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top