|
@@ -87,18 +87,18 @@ You need not do these things in this order. Do as many as you can. When you fini
|
87
|
87
|
make sure the project runs. (Else the Board... well, disappointment lies that direction.)
|
88
|
88
|
---------------------
|
89
|
89
|
|
90
|
|
-* make the account display more user friendly
|
|
90
|
+* Make the account display more user friendly
|
91
|
91
|
* add a Form layout that has separate TextFields for each piece of account info.
|
92
|
92
|
* You'll probably find a layout that lets you do this, a little like the FlowPane.
|
93
|
|
- make the login stuff more clear
|
94
|
|
- * disable the three buttons that operate on an account until a login happens
|
|
93
|
+ * Make the login stuff more clear
|
|
94
|
+ * Disable the three buttons that operate on an account until a login happens
|
95
|
95
|
* and then enable them. add another TextField for the amount entries.
|
96
|
|
- * make it different from the fieldwhere you set the account ID.
|
|
96
|
+ * Make it different from the fieldwhere you set the account ID.
|
97
|
97
|
|
98
|
|
-* enable the amount entries to be floating point numbers instead of
|
|
98
|
+* Enable the amount entries to be floating point numbers instead of
|
99
|
99
|
just integers when doing deposits and withdrawals.
|
100
|
100
|
|
101
|
|
-* add a menu with a list of accounts in it and the menu action switched
|
|
101
|
+* Add a menu with a list of accounts in it and the menu action switched
|
102
|
102
|
to that account. You may find that JavaFX already has such a thing.
|
103
|
103
|
|
104
|
104
|
**** Add a New Account Window(!) that takes in the info required thru
|