A GUI based project made in Java for Bank Management System This is a GUI based project for bank management system made using Java and Swing. An admin can create an account for user and his password and PIN is sent to email. User can withdraw, deposit and transfer fund to other accounts. User can also see his account statement. All the jar files are inside library folder. So make sure to include these jar files before running this project. Also enter your email and password at SendCodeGUI.java in lines 140,141 and SendEmail.java in lines 35,36.
You can see full implementation of this project at here.