Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 363 Bytes

File metadata and controls

10 lines (7 loc) · 363 Bytes

AddressBookApplicationGUI

Project 2 Group7

Purpose

Enhance project 1 Address Book Applcation with GUI and read address entries from a database table. The classes are added to an address package containing packages data and gui. AddressEntry class and AddressBookAppSwing class are added to create the GUI. New data classes Address and Name are added.