Java Projects
Java - Account GUI
- Details
- Category: Java
- Published on Monday, 17 February 2014 17:12
- Written by Jeremy
- Hits: 553
The concept of this project was to create a simple GUI that linked an object from the Owner Class to 1 or more objects of the Account Class and store them to a database.
When you add a new Owner, the data entered is matched against a Validation class that holds the criteria for valid account information. This includes name, ID, state, zipcode, ect..
To ad a new Account, you select an Owner from the list on the main menu and simply click "Add New Account."
This will auto-populate the account number prefix to match the Owner Id.
The data entered is then validated against a Validation Class and, if valid, the account is added to the Database.