presumably you're going to add you're image to some sort of a Panel, right? In which case, just add a MouseListener to the JPanel and parse where the hit test comes up, or you can extend JPanel and...