|
@@ -83,12 +83,14 @@ NOW, maybe you're ready to start making changes.
|
83
|
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
|
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
|
94
|
* disable the three buttons that operate on an account until a login happens
|
93
|
95
|
* and then enable them. add another TextField for the amount entries.
|
94
|
96
|
* make it different from the fieldwhere you set the account ID.
|