So you will need to create a MouseListener (I would advise a MouseAdapter) and implement the mouseClicked(MouseEvent e) method. Then inside of that method you can get the coordinates two ways. The...