Difference between revisions of "Teams Winter 2011/team4/lab1"
Cwdesautels (talk | contribs) (Created page with ' =Lab 1= *[http://zenit.senecac.on.ca/wiki/index.php/Teams_Winter_2011/team4 Teampage] ==Tutorial== Preparing Eclipse Creating your first Java project Browsing Java elements …') |
Cwdesautels (talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
=Lab 1= | =Lab 1= | ||
*[http://zenit.senecac.on.ca/wiki/index.php/Teams_Winter_2011/team4 Teampage] | *[http://zenit.senecac.on.ca/wiki/index.php/Teams_Winter_2011/team4 Teampage] | ||
− | |||
− | |||
==Tutorial== | ==Tutorial== | ||
− | Preparing Eclipse | + | ===Preparing Eclipse=== |
− | Creating your first Java project | + | ===Creating your first Java project=== |
− | Browsing Java elements using the package explorer | + | ===Browsing Java elements using the package explorer=== |
− | Editing Java elements | + | ===Editing Java elements=== |
− | Creating a Java class | + | ===Creating a Java class=== |
− | Renaming Java elements | + | ===Renaming Java elements=== |
− | Moving and copying Java elements | + | ===Moving and copying Java elements=== |
− | Navigate to a Java element's declaration | + | ===Navigate to a Java element's declaration=== |
− | Viewing the type Hierarchy | + | ===Viewing the type Hierarchy=== |
− | Searching the workbench | + | ===Searching the workbench=== |
− | Running your programs | + | ===Running your programs=== |
− | Debugging your programs | + | ===Debugging your programs=== |
− | Evaluating expressions | + | ===Evaluating expressions=== |
− | Evaluating snippets | + | ===Evaluating snippets=== |
− | Using the Java browsing perspective | + | ===Using the Java browsing perspective=== |
− | Writing and running JUnit tests | + | ===Writing and running JUnit tests=== |
Revision as of 14:22, 1 February 2011
Contents
- 1 Lab 1
- 1.1 Tutorial
- 1.1.1 Preparing Eclipse
- 1.1.2 Creating your first Java project
- 1.1.3 Browsing Java elements using the package explorer
- 1.1.4 Editing Java elements
- 1.1.5 Creating a Java class
- 1.1.6 Renaming Java elements
- 1.1.7 Moving and copying Java elements
- 1.1.8 Navigate to a Java element's declaration
- 1.1.9 Viewing the type Hierarchy
- 1.1.10 Searching the workbench
- 1.1.11 Running your programs
- 1.1.12 Debugging your programs
- 1.1.13 Evaluating expressions
- 1.1.14 Evaluating snippets
- 1.1.15 Using the Java browsing perspective
- 1.1.16 Writing and running JUnit tests
- 1.1 Tutorial
Lab 1