Additional Mouse Event handler methods
- More MouseListener methods
- public void mouseEntered (MouseEvent e)
- called when the mouse cursor enters the bounds of the component
- public void mouseExited (MouseEvent e)
- called when the mouse cursor leaves the component
- MouseMotionListener
- public void mouseDragged (MouseEvent e)
- called when the mouse is moved while the button is held down
- public void mouseMoved (MouseEvent e)
- called when the mouse cursor moves