Team1/Browsing Java elements using the package explorer

From CDOT Wiki
Revision as of 19:14, 25 January 2011 by Azea (talk | contribs) (Browsing Java elements using the package explorer)
Jump to: navigation, search

Browsing Java elements using the package explorer

The Package Explorer view is one of the elements in the default Eclipse settings
Package Explorer.jpg

1.1. Click on Package Explorer and expand the project, then expand the src folder to see packages.
1.2. Expand the lab project to see all elements.
1.3. Expand the class you want to explore. Here double click on the needed method to go to it implementation.
Package Explorer2.jpg