Due: Friday, November 18th, 2011 10:45am
This assignment builds on the information in Lab 10.
Create a phone book application that includes one window for the phone company and one window for a customer who wants to find phone numbers (i.e., starting the program creates two windows):
The phone-company window should have five elements:
The customer window should have three elements:
The phone-company and customer windows are separate views and controls for the same model, where the shared model implements a phone book. That is, if you add a name with the phone-company window and then switch to the customer window, you should be able to lookup the name that was just registered by the phone-company window.
The phone book should start out empty when you start the program.
Last update: Thursday, November 10th, 2011mflatt@cs.utah.edu |