Skip to content

Java Program for logging in purchases and managing finances. Makes use of swing and MySQL.

Notifications You must be signed in to change notification settings

Alan-Solitar/BudgetManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

BudgetManager

Java Program for logging in purchases and managing finances. Makes use of JDBC and MySQL. This code is still a work in progress.

*I am making this application into an android studio application and will not be working from this repository. Work will continue in a private repository.

ConnectToDatabase.java: Contains static methods that return a connection to the database

DataProcessor.java: Methods for getting records from a databse

Purchase.java: A Purchase object is a container for the data related to a purchase. Mirrors my SQL database.

PurchaseProcessor.java: Uses prepared statements to add records to database.

Config.properties: Contains url, username, and pw for connecting to MySQL.

About

Java Program for logging in purchases and managing finances. Makes use of swing and MySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages