Skip to content

Banking Application for AP Computer Science AB 2022-2023 in Ivan Rico's class

Notifications You must be signed in to change notification settings

luis-c465/BankApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banking Application

Banking Application for AP Computer Science AB 2022-2023 in Ivan Rico's class

Dependencies

  • Java 1.8 or higher

Building

  • Requires Processing v3.5.1

  • Then in the processing app go to in the top bar: Tools -> Install processing-java

  • make eclipse
  • Then compile to a jar file in eclipse (Instructions missing)

Downloading

Latest release

Running

  • java -jar Main.jar

Project Requirements

Due: Sun Dec 11 2022

  • Has a login screen with user: admin and password: password
  • Can select from at least 5 different customers
  • Each customer shows a different name, amount, bank id and frozen status
  • First user’s balance is negative
  • Can deposit money
  • Can withdraw money only if balance is positive
  • Can add a user given the name, amount, bank id and balance
  • Can freeze any account
  • Can remove a user
  • Can exit at any time