OO Programming in Java
Class Material Index
Below are the support materials for
the UCSC Extension course
Mail Java Code to: Mail
Repository
The code should be just the .java files 'zipped' into one file
'zipped' means anything that WinZip understands ..
.zip, .tar, .tar.gz, .. etc.
Bring Object Models and Scenario Diagrams on paper to class
Object Oriented Programming Using Java
New Programs
A zip file of all class material
is now available
Thermostat Code
Part II of this week's assignment
Supplimental Vending Machine Solution
Coding Standard Link
Note: This is based on Doug Lea's
Miscellaneous Links
Combiner Code
Getter / Setter Creation Software
When creating getters/setters for a class simply type the instance variable's class name, variable name, and comments. Press the ESC key while the cursor is in the comments field to add the entry to the clipboard. This will also clear the entry boxes and allow you to enter another instance variable. When done simply paste the results into your editor then use the GetSet/Clear menu option to begin entering the instance variables for the next class..