Mouse Listeners on a container

Hi ... I want to be able to figure out where in a Container a user has clicked (x,ycoordinates) ... how can I do this?Thanks
[138 byte] By [SalikSyeda] at [2007-11-27 4:09:00]
# 1
java.awt.event.MouseEvent has getX and getY methods.
paulcwa at 2007-7-12 9:14:23 > top of Java-index,Java Essentials,Java Programming...