InternalFrameFocusTraversalPolicy

Class InternalFrameFocusTraversalPolicy

Direct Known Subclasses:
SortingFocusTraversalPolicy
public abstract class InternalFrameFocusTraversalPolicy
extends FocusTraversalPolicy

A FocusTraversalPolicy which can optionally provide an algorithm for determining a JInternalFrame's initial Component. The initial Component is the first to receive focus when the JInternalFrame is first selected. By default, this is the same as the JInternalFrame's default Component to focus.

Sin