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

Jay's Example View

Zoo View


PuzzleSolver

Video Pricer with Automatic Promotion Loading


A
zip file of all class material is now available


Class 1

Class 2

Class 3


Thermostat Code
Part II of this week's assignment

LicenceNumberCode


Class 4

Class 5


Supplimental Vending Machine Solution


Class 6

Class 7

Class 8

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

Class 9

Class 10



Miscellaneous Links

Combiner Code


AWT Examples


EventCommander Pattern




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