|
|
|
|
83
|
Additional things to add
|
83
|
Additional things to add
|
84
|
------------------------
|
84
|
------------------------
|
85
|
|
85
|
|
|
|
86
|
+You need not do these things in this order. Do as many as you can. When you finish,
|
|
|
87
|
+make sure the project runs. (Else the Board... well, disappointment lies that direction.)
|
|
|
88
|
+ -----------------------
|
|
|
89
|
+
|
86
|
* make the account display more user friendly
|
90
|
* make the account display more user friendly
|
87
|
-
|
|
|
88
|
-* add a Form layout that has separate TextFields for each piece of account info.
|
|
|
89
|
-* You'll probablyfind a layout that lets you do this, a little like the FlowPane.
|
|
|
90
|
-make the login stuff more clear
|
|
|
91
|
-
|
|
|
|
|
91
|
+ * add a Form layout that has separate TextFields for each piece of account info.
|
|
|
92
|
+ * You'll probably find a layout that lets you do this, a little like the FlowPane.
|
|
|
93
|
+ make the login stuff more clear
|
92
|
* disable the three buttons that operate on an account until a login happens
|
94
|
* disable the three buttons that operate on an account until a login happens
|
93
|
* and then enable them. add another TextField for the amount entries.
|
95
|
* and then enable them. add another TextField for the amount entries.
|
94
|
* make it different from the fieldwhere you set the account ID.
|
96
|
* make it different from the fieldwhere you set the account ID.
|