Team1/Browsing Java elements using the package explorer

From CDOT Wiki
Revision as of 09:04, 1 February 2011 by Azea (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

3. Browsing Java elements using the package explorer

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

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