Open main menu

CDOT Wiki β

Team1/Browsing Java elements using the package explorer

Revision as of 09:04, 1 February 2011 by Azea (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

3. Browsing Java elements using the package explorer

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

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.