Difference between revisions of "Team2/Browsing Java Elements Using the Package Explorer"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'sadasdasas')
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
sadasdasas
+
=Guide Line=
 +
*On left side of our workbench (ie Eclipse), you should see a panel for "Package Explorer".
 +
[[File:PackageExplEx.png]]
 +
 
 +
*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
 +
[[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 23:20, 2 February 2011

Guide Line

  • On left side of our workbench (ie Eclipse), you should see a panel for "Package Explorer".

PackageExplEx.png

  • 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 Explorer2Ex.png