I have a JFrame with a JPanel in it. In the JPanel I have a list of objects that consist of panels and JLabels and JFields. I am trying to select one of these nested panels with the mouse. Is there a method of the MouseEvent that let's you figure out which object was clicked on?