| Determines whether a Component is an acceptable choice as the new
focus owner. By default, this method will accept a Component if and
only if it is visible, displayable, enabled, and focusable,
no JScrollBar, no JRootPane, and in case of a JTextComponent,
it must be editable.
Parameters: aComponent - the Component whose fitness as a focus owner is tobe tested true if aComponent is visible, displayable,enabled, and focusable; false otherwise |