hhaile5 / AddressBookApplicationGUI

Project2 Group7
0 stars 2 forks source link

Working (Wiki) #11

Open ArthurHandy opened 3 years ago

ArthurHandy commented 3 years ago

Screenshots showing your Java Application working (capture screen dumps into a word document) for the following cases: Work Instance 1: Read in entries from database followed by listing. The database must contain a minimum of 5 addresses. Place screenshots of database table and output shown in GUI of program here.

Work Instance 2: immediately following D.1 do an addition of new AddressEntry object followed by a listing Show result in ADRESSBOOKENTRY database table. Place screenshots of UPDATED (has a new entry) database table AND output shown in GUI of program here.

Work Intsance 3: immediately folllowing D.2 do a removal of a entry followed by a listing Place screenshots of UPDATED (has removed an entry) ADDRESSBOOKENTRY database table AND output shown in GUI of program here.

Work Instance 4: immediately followin D.3 do a find using input that should retrieve at least one entry. Now do a find using input that should retrieve no entries. Place screenshots of each find here.