class org.aswing.ContainerOrderFocusTraversalPolicy

A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.

@author paling

Instance Fields

function new(): Void

function getDefaultComponent(container:Container): Component

This will return the first focusable component in the container.

returns

the default component to be focused.