BequestedFocusTraversalPolicy(FocusTraversalPolicy ancestor, Component fixedComponent, Component fixedNextComponent) Creates FocusTraversalPolicy that inherits all values
returned by existing FocusTraversalPolicy and overlaps
only two of them: value returned by getComponentAfter() for
fixedComponent and getComponentBefore() for
fixedNextComponent.
Creates FocusTraversalPolicy that inherits all values
returned by existing FocusTraversalPolicy and overlaps
only two of them: value returned by getComponentAfter() for
fixedComponent and getComponentBefore() for
fixedNextComponent.
IllegalArgumentException if ancestor is null