Difference between revisions of "Team2/Browsing Java Elements Using the Package Explorer"
Line 6: | Line 6: | ||
You can also open each class and the editor window beside the "Package Explorer" will reveal its contents | You can also open each class and the editor window beside the "Package Explorer" will reveal its contents | ||
[[File:Explorer2Ex.png]] | [[File:Explorer2Ex.png]] | ||
+ | |||
+ | *[http://zenit.senecac.on.ca/wiki/index.php/Team2/Editing_Java_Elements Click Here] to progress with the tutorial |
Latest revision as of 22:20, 2 February 2011
Guide Line
- On left side of our workbench (ie Eclipse), you should see a panel for "Package Explorer".
- From here you can view all projects you have created, every package ever made within each project, and every class created under each package.
You can also open each class and the editor window beside the "Package Explorer" will reveal its contents
- Click Here to progress with the tutorial