I need a Java Developer

Job ID: 33739500

Budget: $10 – $30 USD

(This is an introductory level program for a college course. I need it completed within a few hours. I use Java and JavaFx in the Eclipse IDE.)

Develop a GUI program in Java that simulates an ATM and uses Account, SavingAccount, and Checking Account classes that you developed.




- User must enter ID and PIN to access the Account
- If either is not recognized it should display and error message
- If successful, user should be able to select option to withdraw or deposit (cash or check)
- It should check for account balance and should indicate if user is trying to withdraw more than
available.

- Have a part of screen that displays the Transactions, and balance all the time.
- When the user has completed all the required transactions, user interface should provide user with option to terminate the access.

- It should display Users First Name and Last name as well as the options to select for processing.

- User should be able to add new account and start with a balance.

- Be able to save the result to a file and when close the application and re-open it all the information previously entered be available.