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

Homework Packer



Object Oriented Programming Using Java


Class nP indicates that this is preliminary material


Class 1

Class 2

Class 3



Miscellaneous Links

Combiner Code


AWT Examples


EventCommander Pattern


Coding Standard Link
Note: This is based on Doug Lea's

ARS Link

Video



Getter / Setter Creation Software


Java Getter / Setter Creator



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..