FocusCycleRoot
s). RADi allows you to override the defaults.
JTabbedPane
or in a CardPanel
(this means that with RADi, JTabbedPane
and CardPanel
also are FocusCycleRoot
s).
FocusTraversalPolicy
can do more as Java's default focus traversal policies, for example it can step out of internal frames.
FocusTraversalPolicy
attached, you can remove it by selecting 'Editors | Remove FocusTraversalPolicy'.
Note: In a hierarchical FocusTraversalPolicy containing tabbed panes, card panels, desktop panes or internal frames, all FocusCycleRoot s must be contained in their parent's focus traversal policy (see
).
|