Kr Younger 9ee2dd9060 BlueJ Migration | hace 6 años | |
---|---|---|
.vscode | hace 6 años | |
src/main/java/rocks/zipcode/atm | hace 6 años | |
.gitignore | hace 6 años | |
Account.ctxt | hace 6 años | |
Account.java | hace 6 años | |
AccountData.ctxt | hace 6 años | |
AccountData.java | hace 6 años | |
ActionResult.ctxt | hace 6 años | |
ActionResult.java | hace 6 años | |
Bank.ctxt | hace 6 años | |
Bank.java | hace 6 años | |
BasicAccount.ctxt | hace 6 años | |
BasicAccount.java | hace 6 años | |
CashMachine.ctxt | hace 6 años | |
CashMachine.java | hace 6 años | |
CashMachineApp.ctxt | hace 6 años | |
CashMachineApp.java | hace 6 años | |
LICENSE | hace 6 años | |
PremiumAccount.ctxt | hace 6 años | |
PremiumAccount.java | hace 6 años | |
README.TXT | hace 6 años | |
README.md | hace 6 años | |
package.bluej | hace 6 años | |
pom.xml | hace 6 años |
An example cash machine <-> bank system implementation
uses JavaFX for the user interface.
Notice the structure of the current project before you start. Read thru the code. READ THRU THE CODE.
Read them all, trying to get an idea of how it all goes together.
add a menu with a list of accounts in it and the menu action switched to that account. You may find that JavaFX already has such a thing.
Add a New Account Window(!) that takes in the info required thru TextFields and creates the correct objects so that is can be changed like the pre-wired accounts.
NB: When googling for information on how to do all this, be sure you start every query with "javafx " and your other search terms. That will limit the results to things that probably are closer to what you need.