Skip to content

An GUI-Based Address book application in Java Swing, allowing users to store and manage contact information including name, address, and phone number.

License

Notifications You must be signed in to change notification settings

abhisheks-gh/GUI-Based-Address-Book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI-Based-Address-Book

image

We want to build an address book that is capable of storing the name, address & phone number of a person.

The feature list includes:

-> Add - to add a new person record
-> Delete - to delete an existing person record by name
-> Search - to search a person record by name
-> Exit - to exit from the application

As we are creating an GUI application, we need to use a toolkit called SWING that is available in Java.

SWING

Swing is a GUI widget toolkit for Java. It's a part of a Oracle Java Foundation
Classes - an API for providing a graphical user interface for Java programs.
Swing was developed to provide a more sophisticated set of GUI components than
the earlier Abstract Window Toolkit.

About

An GUI-Based Address book application in Java Swing, allowing users to store and manage contact information including name, address, and phone number.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages