Aqua Phoenix
     >>  Lectures >>  Java 4  
 

Navigator
   
 
       
   

4.10 Homework 4 Solutions

4.10.1 Part 1 - Kaleidoscope

  Kaleidoscope.java  

  kaleidoscope.html  

4.10.2 Part 2 - Employee Database Changes

Changes had to be made to EmployeeManager.java and (in this example) HW3.java. The other classes remain the same, but are linked here for completeness.

  HW3.java  

  EmployeeManager.java  

  Payable.java  

  Professor.java  

  Student.java  

  SupportStaff.java  

4.10.3 Part 3 - Employee Database Form

  EmployeeUI.java