Difference between revisions of "Team1/Editing Java elements"
Line 1: | Line 1: | ||
=== Editing Java elements === | === Editing Java elements === | ||
− | 1.1. Java elements are edited/browsed in editors. An editor is a visual component within the Workbench. Launch an editors by clicking on a | + | 1.1. Java elements are edited/browsed in editors. An editor is a visual component within the Workbench. Launch an editors by clicking on a MyFirstJavaProject.txt <br/> |
[[Image: Editor1.jpg | 600px ]] | [[Image: Editor1.jpg | 600px ]] | ||
− | <br/>1.2. | + | <br/>1.2. Type in <code>This is my editor</code>. The asterics apeares beside the file name indicating that file have unsaved changes.<br/> |
+ | [[Image: Editor2.jpg | 500px]] | ||
+ | |||
+ | <br/>1.3. |
Revision as of 07:14, 1 February 2011
Editing Java elements
1.1. Java elements are edited/browsed in editors. An editor is a visual component within the Workbench. Launch an editors by clicking on a MyFirstJavaProject.txt
1.2. Type in This is my editor
. The asterics apeares beside the file name indicating that file have unsaved changes.
1.3.