|
RHS |
BankGUIManager
Solution
Exercise 1
Exercise 2
Here are the files supplied by Aurimas that changes the solution for Exercise P3.4 into using a GUI and the Model-View-Control (MVC) architecture:
| Employee.java |
The model class | ||
| EmployeeSys.java | The controller class | ||
| EmployeeViewer.java | The view class | ||
| EmployeeViewer_form.zip | The file used by Netbeans GUI-editor (remember to unzip (extract) it and give it the name EmployeeViewer.form) |
Exercise 3
Here are the files supplied by Phong that changes the solution for Exercise 3. into a GUI and the MVS architecture:
| Car.java | The model class | |
| CarSystem.java | The controller class | |
| CarView.java | The view class | |
| CarView_form.zip | The GUI-editor file zippet (remember to extract into CarView.form) |