Class | Description |
---|---|
Component |
A component is an object having a graphical representation
that can be displayed on the screen and that can interact with the
user.
|
Container |
A generic Abstract Window Toolkit(AWT) container object is a component
that can contain other AWT components.
|
ContainerOrderFocusTraversalPolicy |
A FocusTraversalPolicy that determines traversal order based on the order
of child Components in a Container.
|