Skip to content

ArthurHandy/Addres-Book-GUI-Application-with-Database

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AddressBookApplicationGUI -> See Wiki page for additional information.

Address Book GUI App made in Java that reads in data using oracle database. Users can add, remove, and find entries. Every contact has a first name, last name, street address, city, state, zipcode, phone, and email.

GUI contains these features:

  • Display Button: Updates entries and clears any JList selection.

  • New Button: Allows user to add new entries. New frame will open up asking for: First Name, Last Name, Street, City, State, Zip Code, Phone, and Email. Add button is disabled until all the entries are filled in.

  • Remove Button: Allows user to remove old/new entries. Remove is disabled until an entry is selected.

  • Find Button: Allows user to find any portion of the last name.

  • Scrollable Area: Place to display the current list of AddressEntries.

  • Database: Entries are read from oracle database, and if an entry is added or removed, the database will update.

Prerequisites

Oracle Instant Client (OCI) packages: OCI download

  • Basic Package
  • SQL*Plus Package
  • JDBC Supplement

How to connect to Oracle with OCI: Oracle

Installing

Clone the repository

https://github.com/ArthurHandy/Addres-Book-GUI-Application-with-Database.git

Built With

IntelliJ IDEA - IDE

Java - Programming language used

Oracle - Database

About

Address Book GUI Application that reads in data using oracle database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%