Skip to content

💰A Banking System using Java JDBC, DB2 and JavaFx

Notifications You must be signed in to change notification settings

ayesha1/Banking-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self Servies Banking System

💰A Banking System using Java JDBC, DB2 and JavaFx

To run this program, go to Driver.java and change the connection url, username and password.

Rename these variables to run in your Database: public static String connectionString = "jdbc:db2://127.0.0.1:50000/SAMPLE"; public static String dbname = "db2inst1"; public static String password = "kenward";

Then go to StartMenu.java and run through the application.

This is a database application which acts like a simple banking system. This project is implemented using DB2, Java, and JDBC. For the GUI it uses JavaFx

The walkthrough is also recorded on YouTube

You have to have JavaFX in the library and running on the latest eclipse ( version 8).

It has three menu Screens, a Welcome Screen, Customer Main Menu Screen and an Admin Main Menu Screen.

Welcome Screen

Customer Main Menu Options

Administrator Main Menu Options

About

💰A Banking System using Java JDBC, DB2 and JavaFx

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published