Specifies whether the form should receive key events for all contained controls before the control receives them.
public final void setKeyPreview( boolean keyPreview )
keyPreview
Set to true if you want to form to receive its child controls key events before the child receives them; otherwise, set to false.
See Also getKeyPreview