MouseEvent.MouseEvent

MouseEvent.MouseEvent

Class Overview | Class Members | This Package | All Packages

Syntax
public MouseEvent( Component source, int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger )
Parameters
source
the object where the event originated
Description
Constructs a MouseEvent object with the specified source component, type, modifiers, coordinates, and click count.