Open main menu

CDOT Wiki β

Team1/Browsing Java elements using the package explorer

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.