Kr Younger 6 years ago
parent
commit
31fc1063fa
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      README.TXT

+ 6
- 6
README.TXT View File

87
 make sure the project runs. (Else the Board... well, disappointment lies that direction.)
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
   * add a Form layout that has separate TextFields for each piece of account info. 
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.
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
   * and then enable them. add another TextField for the amount entries. 
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
   just integers when doing deposits and withdrawals.
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
   to that account. You may find that JavaFX already has such a thing.
102
   to that account. You may find that JavaFX already has such a thing.
103
 
103
 
104
 **** Add a New Account Window(!) that takes in the info required thru 
104
 **** Add a New Account Window(!) that takes in the info required thru