AWT Event fields

Only some of these may be valid for a particular event type

public Object target; 
public long when;
public int id;  // the type of the event
public int x;
public int y;
public int key;
public int modifiers;
public Object arg;
public Event evt;


Slide 38