class org.aswing.WindowOrderFocusTraversalPolicy extends ContainerOrderFocusTraversalPolicy
The focus traversal policy for windows, the only different from
ContainerOrderFocusTraversalPolicy
is that it choose the first
content pane component to be the default component.
Instance Fields
![]() | Show inherited public instance fields | Hide inherited public instance fields
|
function getDefaultComponent(container:Container): Component
This will return the first focusable component in the container.
returns | the default component to be focused. |