View Single Post
  #2 (permalink)  
Old 05-17-2007, 11:15 PM
derrickD derrickD is offline
Member
 
Join Date: Apr 2007
Location: USA
Posts: 50
derrickD is on a distinguished road
You can try to use the mouseEntered method in MouseListener and you can try to get the X and Y coordinates from the mouse and check which button it is on. Which would be getX and getY from the MouseEvent.
Reply With Quote