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
A zip
file of all class material is now available
Thermostat Code
Part II of this week's assignment
Class 5
Class 6
Class 7
Class 8
Miscellaneous Links
Combiner Code
AWT Examples
EventCommander Pattern
Video Pricer with Automatic Promotion Loading
Coding Standard Link
(Doug Lea)
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..