Setting Up Eclipse for Webcat: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
This activity will guide you through basic usage of the Eclipse IDE and JUnit. Please have a computer available on which you may install Eclipse IDE. | This activity will guide you through basic usage of the Eclipse IDE and JUnit. Please have a computer available on which you may install Eclipse IDE. | ||
<blockquote style="border: 1px solid black; padding: 6pt; line-spacing: 140%; background-color: | <blockquote style="border: 1px solid black; padding: 6pt; line-spacing: 140%; background-color: #D8BFD8;"><tt> | ||
<b>Java Code</b> will look like this. | <b>Java Code</b> will look like this. | ||
</tt></blockquote> | </tt></blockquote> | ||
<blockquote style="border: 1px solid black; padding: 6pt; line-spacing: 140%; background-color: #C1CDC1"><tt> | |||
<b>PseudoCode</b> will look like this. | |||
</tt></blockquote> | |||
<blockquote style="border: 1px solid black; padding: 6pt; line-spacing: 140%; background-color: #C1FFC1;"><tt> | |||
<b>Commands</b> will look like this. | |||
</tt></blockquote> | |||
A string of menu commands will be marked as follows: | |||
<span style="padding: 4pt; background-color: #EEDD82;">File => Save As</span> | |||
A string of keys will be marked as follows: | |||
<span style="padding: 4pt; background-color: #FFDAB9;">[Ctrl]+[Alt]+[Delete]</span> |
Revision as of 07:33, 26 March 2008
Setting up Eclipse for Webcat
This activity will guide you through basic usage of the Eclipse IDE and JUnit. Please have a computer available on which you may install Eclipse IDE.
Java Code will look like this.
PseudoCode will look like this.
Commands will look like this.
A string of menu commands will be marked as follows: File => Save As
A string of keys will be marked as follows: [Ctrl]+[Alt]+[Delete]