| 77 | |
| 78 | == Package presentation == |
| 79 | By default Eclipse will present each Java package in the ''Package Explorer'' as an entry under ''src'' with its full package name. If the package hierarchy is very deep this can become confusing and space consuming. In this case it may be helpful to present the packages as a tree rather than a list. The following image illustrate the difference: |
| 80 | |
| 81 | [[Image(compare_package.png)]] |
| 82 | |
| 83 | To switch between the two display options select the menu of the ''Package Explorer'' (represented as a little triangle left of the minimize button), choose '''Package presentation''' and select either '''Flat''' or '''Hierarchical''' according to your preference. |
| 84 | |
| 85 | [[Image(compare_package_menu.png)]] |