JTree Component
The visual representation of data that is organized in tree format
- Root, there is only 1 of these for a tree
- Node, any entry in the tree
- Leaf, any node without a child node
Two Interfaces:
- TreeModel - how to work with the data
- TreeSelectionModel - how to select nodes within the tree