MouseEvent.MouseEvent
Class Overview | Class Members | 
  This Package | 
All Packages
 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.