I was wondering how to make an image on an applet a link to a website. Anyone know how to do this?
Printable View
I was wondering how to make an image on an applet a link to a website. Anyone know how to do this?
See if the Applet class has any methods to direct the browser to a new webpage. If so, you just have to draw the image in a way that you can catch mouse clicks on it.