Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (12 loc) · 1.12 KB

Bank Credit System

It is a desktop application of the credit withdrawal system used in banks, created with java swing.

It uses MySql database. It keeps the transactions of its member users such as withdrawing credit, determining credit limit, increasing credit limit, loan repayment. It closes their accounts by identifying users whose credit payments are late and who do not pay. It does not allow to take any action on these accounts.

User Registration Page

alt text

Accounts of users whose maturity deadline is in red are frozen. The system does this automatically.

User Listing and Operation Page

alt text

User Credit Information Display Page

alt text

User Balance Addition Page

alt text