OO Programming Workshop
Class Material Index
Below are the support materials for
this UCSC Extension course
Just a homework reminder ...
Mail Java Code jkhurley@cats.ucsc.edu
Bring Object Models and Scenario Diagrams on paper to class
Object Oriented Programming Using Java
Class nP indicates that this is preliminary material
Miscellaneous Links
Combiner Code
Coding Standard Link
Note: This is based on Doug Lea's
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..