|
Other components
include:
- List
- items in a scrollable list (unlike Choice
which only shows one item at a time.
- PopupMenu
- menu that floats above the interface.
- Checkbox
& CheckboxGroup
- make both checkboxes and radio buttons.
- Scrollpane
- holds a component such as an image that is larger than visible area.
Scrollbars provided to scan the component.
- Dialog, FileDialog
- popup windows to interact with the user, e.g. to choose files (useful
for standalone applications mostly)
See
Exploring Java ,
2nd. ed., chapter 14 for more details and examples of these GUI components.
|