Explanation

Bank Management

This project developed with Java Swing GUI.
Java files:
1.Bank.java Main File-It contains bank details and MySQL database connection and insert operations.
2.User.java file -It contains users details input Name,GardianName,Phone,Address,Pin.
3.Transation.java file -It contains transaction details like Deposit Amount with date and Withdraw Amount with date.
Implemented Secure 4-digits PIN based user information stored in MSQL and also security PIN based deposit and Withdrawal transactions.
All data should be stored MySQL database and real time balance updates.

Result

All the information are PIN based worked and stored information securely in database.Duplicate values not allowed and must enter a valid PIN Number.At the end all the transactions details display in the terminal

Java Swing GUI :

INPUT Dialog:

Invalid Message

Transaction Details:

Conclusion

In this project, successfully implemented by using java ,User-friendly interaction with Swing GUI and Security PIN based work all the time and real time updates.

Back