Skip to content

Java Swing app for managing a phone book. Add/view contacts with name, number, address. Search by name, clear display. Follows MVC pattern. GUI built with Swing.

Notifications You must be signed in to change notification settings

fahim-5/PhoneBook_Aplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PhoneBook Application: This is a simple Java Swing application designed to manage a phone book. It allows users to add new contacts with their name, phone number, and address. Users can also view the entire phone book, clear the display, and search for contacts by name. The application features a graphical user interface (GUI) built using Swing components and follows the Model-View-Controller (MVC) design pattern.

Features: Add new contacts with name, phone number, and address. View the entire phone book. Clear the display to start afresh. Search for contacts by name. User-friendly graphical user interface (GUI) built with Swing components. Follows the Model-View-Controller (MVC) design pattern for better organization and scalability.

Usage Clone the repository to your local machine. Open the project in your favorite Java IDE. Compile and run the phonebook.java file. Use the GUI to add, view, search, and manage contacts in the phone book.

Technologies Used Java Swing: for building the graphical user interface (GUI). Java: for the core application logic and functionality.

About

Java Swing app for managing a phone book. Add/view contacts with name, number, address. Search by name, clear display. Follows MVC pattern. GUI built with Swing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages