FocusEvent.FocusEvent
Class Overview | Class Members |
This Package |
All Packages
public FocusEvent( Component source,
int id,
boolean temporary )
Parameters
- source
- the object where the event originated
Description
Constructs a FocusEvent object with the specified source component,
type, and whether or not the focus event is a temporary level event.
public FocusEvent( Component source,
int id )
Parameters
- source
- the object where the event originated
Description
Constructs a permanent-level FocusEvent object with the
specified source component and type.