Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Develop a banking application in Java. This application will use some type of storage (xml, text, or database). You may choose which one. The application

Develop a banking application in Java.

This application will use some type of storage (xml, text, or database). You may choose which one.

The application will allow you to add customers. Each customer will have the following information associated with them: First and last name, address, and phone number. A customer will have one savings account, however a savings account can have more than one owner. Every savings account will have: an account number, a balance and an interest rate. Every account could have a different interest rate. The balance display text field for the account should be non-editable. The way to edit the balance is through a deposit or withdrawal.

A user can search for a customer by first and last name. The search result gives back the savings account associated with that customer. You could have more than one customer with the same name. The application will have to also allow the user to step through the customer names.

A user can open a new account for a customer. However, the application should only allow one account per customer. This means that if the customer already has an account the application should give back an error.

A user can calculate the total interest for the year so far. The application should request an input of the current month from the user. The calculated interest text field should be non-editable.

The application has to be a GUI (Graphical User Interface) application. There are some sample screenshots in a following section.

Add to the application the ability to have checking accounts. A checking account includes a balance, an account number, and written checks.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Repairing And Querying Databases Under Aggregate Constraints

Authors: Sergio Flesca ,Filippo Furfaro ,Francesco Parisi

2011th Edition

146141640X, 978-1461416401

Students also viewed these Databases questions

Question

define what is meant by the term human resource management

Answered: 1 week ago

Question

Question What happens to my plan if I die?

Answered: 1 week ago