Jared Norris hace 8 años
padre
commit
01c8c9b375
Se han modificado 1 ficheros con 283 adiciones y 93 borrados
  1. 283
    93
      .idea/workspace.xml

+ 283
- 93
.idea/workspace.xml Ver fichero

@@ -2,7 +2,7 @@
2 2
 <project version="4">
3 3
   <component name="ChangeListManager">
4 4
     <list default="true" id="4c7141a8-00aa-4bdc-a809-0119ca846f0f" name="Default" comment="">
5
-      <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/Atm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/Atm.java" afterDir="false" />
5
+      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
6 6
     </list>
7 7
     <ignored path="$PROJECT_DIR$/target/" />
8 8
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
@@ -13,62 +13,79 @@
13 13
     <option name="LAST_RESOLUTION" value="IGNORE" />
14 14
   </component>
15 15
   <component name="FileEditorManager">
16
-    <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
17
-      <file leaf-file-name="MainApplication.java" pinned="false" current-in-tab="false">
18
-        <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/MainApplication.java">
19
-          <provider selected="true" editor-type-id="text-editor">
20
-            <state relative-caret-position="135">
21
-              <caret line="9" column="36" lean-forward="true" selection-start-line="9" selection-start-column="36" selection-end-line="9" selection-end-column="36" />
22
-            </state>
23
-          </provider>
24
-        </entry>
25
-      </file>
26
-      <file leaf-file-name="InputOutput.java" pinned="false" current-in-tab="false">
27
-        <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/InputOutput.java">
28
-          <provider selected="true" editor-type-id="text-editor">
29
-            <state relative-caret-position="135">
30
-              <caret line="24" column="69" selection-start-line="24" selection-start-column="69" selection-end-line="24" selection-end-column="69" />
31
-            </state>
32
-          </provider>
33
-        </entry>
34
-      </file>
35
-      <file leaf-file-name="BankAccountTest.java" pinned="false" current-in-tab="false">
36
-        <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/BankAccountTest.java">
37
-          <provider selected="true" editor-type-id="text-editor">
38
-            <state relative-caret-position="75">
39
-              <caret line="5" column="13" selection-start-line="5" selection-start-column="13" selection-end-line="5" selection-end-column="13" />
40
-            </state>
41
-          </provider>
42
-        </entry>
43
-      </file>
44
-      <file leaf-file-name="CheckingAccount.java" pinned="false" current-in-tab="false">
45
-        <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/CheckingAccount.java">
46
-          <provider selected="true" editor-type-id="text-editor">
47
-            <state relative-caret-position="30">
48
-              <caret line="2" column="13" selection-start-line="2" selection-start-column="13" selection-end-line="2" selection-end-column="13" />
49
-            </state>
50
-          </provider>
51
-        </entry>
52
-      </file>
53
-      <file leaf-file-name="Atm.java" pinned="false" current-in-tab="true">
54
-        <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/Atm.java">
55
-          <provider selected="true" editor-type-id="text-editor">
56
-            <state relative-caret-position="212">
57
-              <caret line="53" column="56" lean-forward="true" selection-start-line="53" selection-start-column="56" selection-end-line="53" selection-end-column="56" />
58
-            </state>
59
-          </provider>
60
-        </entry>
61
-      </file>
62
-      <file leaf-file-name="BusinessAccount.java" pinned="false" current-in-tab="false">
63
-        <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BusinessAccount.java">
64
-          <provider selected="true" editor-type-id="text-editor">
65
-            <state relative-caret-position="165">
66
-              <caret line="14" column="27" lean-forward="true" selection-start-line="14" selection-start-column="27" selection-end-line="14" selection-end-column="27" />
67
-            </state>
68
-          </provider>
69
-        </entry>
70
-      </file>
71
-    </leaf>
16
+    <splitter split-orientation="horizontal" split-proportion="0.5">
17
+      <split-first>
18
+        <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
19
+          <file leaf-file-name="MainApplication.java" pinned="false" current-in-tab="false">
20
+            <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/MainApplication.java">
21
+              <provider selected="true" editor-type-id="text-editor">
22
+                <state relative-caret-position="255">
23
+                  <caret line="17" lean-forward="true" selection-start-line="17" selection-end-line="17" />
24
+                </state>
25
+              </provider>
26
+            </entry>
27
+          </file>
28
+          <file leaf-file-name="InputOutput.java" pinned="false" current-in-tab="false">
29
+            <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/InputOutput.java">
30
+              <provider selected="true" editor-type-id="text-editor">
31
+                <state relative-caret-position="-18">
32
+                  <caret line="24" column="69" selection-start-line="24" selection-start-column="69" selection-end-line="24" selection-end-column="69" />
33
+                </state>
34
+              </provider>
35
+            </entry>
36
+          </file>
37
+          <file leaf-file-name="CheckingAccount.java" pinned="false" current-in-tab="false">
38
+            <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/CheckingAccount.java">
39
+              <provider selected="true" editor-type-id="text-editor">
40
+                <state relative-caret-position="150">
41
+                  <caret line="12" column="43" selection-start-line="12" selection-start-column="43" selection-end-line="12" selection-end-column="43" />
42
+                </state>
43
+              </provider>
44
+            </entry>
45
+          </file>
46
+          <file leaf-file-name="TransactionLimit.java" pinned="false" current-in-tab="false">
47
+            <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/TransactionLimit.java">
48
+              <provider selected="true" editor-type-id="text-editor">
49
+                <state relative-caret-position="60">
50
+                  <caret line="4" column="40" selection-start-line="4" selection-start-column="40" selection-end-line="4" selection-end-column="40" />
51
+                </state>
52
+              </provider>
53
+            </entry>
54
+          </file>
55
+          <file leaf-file-name="Atm.java" pinned="false" current-in-tab="true">
56
+            <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/Atm.java">
57
+              <provider selected="true" editor-type-id="text-editor">
58
+                <state relative-caret-position="210">
59
+                  <caret line="14" column="47" lean-forward="true" selection-start-line="14" selection-start-column="47" selection-end-line="14" selection-end-column="47" />
60
+                </state>
61
+              </provider>
62
+            </entry>
63
+          </file>
64
+          <file leaf-file-name="BusinessAccount.java" pinned="false" current-in-tab="false">
65
+            <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BusinessAccount.java">
66
+              <provider selected="true" editor-type-id="text-editor">
67
+                <state relative-caret-position="165">
68
+                  <caret line="14" column="27" selection-start-line="14" selection-start-column="27" selection-end-line="14" selection-end-column="27" />
69
+                </state>
70
+              </provider>
71
+            </entry>
72
+          </file>
73
+        </leaf>
74
+      </split-first>
75
+      <split-second>
76
+        <leaf>
77
+          <file leaf-file-name="InputOutput.java" pinned="false" current-in-tab="true">
78
+            <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/InputOutput.java">
79
+              <provider selected="true" editor-type-id="text-editor">
80
+                <state relative-caret-position="274">
81
+                  <caret line="51" lean-forward="true" selection-start-line="51" selection-end-line="51" />
82
+                </state>
83
+              </provider>
84
+            </entry>
85
+          </file>
86
+        </leaf>
87
+      </split-second>
88
+    </splitter>
72 89
   </component>
73 90
   <component name="FileTemplateManagerImpl">
74 91
     <option name="RECENT_TEMPLATES">
@@ -91,6 +108,7 @@
91 108
         <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/InputOutput.java" />
92 109
         <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/SavingsAccount.java" />
93 110
         <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/CheckingAccount.java" />
111
+        <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/BankAccountTest.java" />
94 112
         <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/Atm.java" />
95 113
       </list>
96 114
     </option>
@@ -118,7 +136,6 @@
118 136
     </navigator>
119 137
     <panes>
120 138
       <pane id="Scope" />
121
-      <pane id="PackagesPane" />
122 139
       <pane id="AndroidView" />
123 140
       <pane id="ProjectPane">
124 141
         <subPane>
@@ -157,6 +174,7 @@
157 174
           <select />
158 175
         </subPane>
159 176
       </pane>
177
+      <pane id="PackagesPane" />
160 178
     </panes>
161 179
   </component>
162 180
   <component name="PropertiesComponent">
@@ -248,12 +266,16 @@
248 266
       <option name="presentableId" value="Default" />
249 267
       <updated>1528929747119</updated>
250 268
       <workItem from="1528929748503" duration="4952000" />
251
-      <workItem from="1528989571594" duration="4901000" />
269
+      <workItem from="1528989571594" duration="4932000" />
270
+      <workItem from="1529013740839" duration="32000" />
271
+      <workItem from="1529018271774" duration="236000" />
272
+      <workItem from="1529100439389" duration="7000" />
273
+      <workItem from="1529606378165" duration="996000" />
252 274
     </task>
253 275
     <servers />
254 276
   </component>
255 277
   <component name="TimeTrackingManager">
256
-    <option name="totallyTimeSpent" value="9853000" />
278
+    <option name="totallyTimeSpent" value="11155000" />
257 279
   </component>
258 280
   <component name="ToolWindowManager">
259 281
     <frame x="0" y="0" width="1280" height="800" extended-state="0" />
@@ -261,7 +283,6 @@
261 283
     <layout>
262 284
       <window_info anchor="right" id="Palette" order="3" />
263 285
       <window_info anchor="bottom" id="TODO" order="6" />
264
-      <window_info anchor="bottom" id="Messages" weight="0.32965517" />
265 286
       <window_info anchor="right" id="Palette&#9;" order="3" />
266 287
       <window_info id="Image Layers" order="2" />
267 288
       <window_info anchor="right" id="Capture Analysis" order="3" />
@@ -270,10 +291,10 @@
270 291
       <window_info anchor="bottom" id="Database Changes" order="7" show_stripe_button="false" />
271 292
       <window_info anchor="bottom" id="Run" order="2" weight="0.32965517" />
272 293
       <window_info anchor="bottom" id="Version Control" order="7" />
273
-      <window_info anchor="bottom" id="Terminal" order="7" visible="true" weight="0.32965517" />
294
+      <window_info anchor="bottom" id="Terminal" order="7" weight="0.32965517" />
274 295
       <window_info id="Capture Tool" order="2" />
275 296
       <window_info id="Designer" order="2" />
276
-      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.24959612" />
297
+      <window_info content_ui="combo" id="Project" order="0" weight="0.2657512" />
277 298
       <window_info anchor="right" id="Database" order="3" />
278 299
       <window_info id="Learn" order="2" />
279 300
       <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
@@ -284,6 +305,7 @@
284 305
       <window_info id="Favorites" order="2" side_tool="true" />
285 306
       <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
286 307
       <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
308
+      <window_info anchor="bottom" id="Messages" order="7" weight="0.32965517" />
287 309
       <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
288 310
       <window_info anchor="bottom" id="Message" order="0" />
289 311
       <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
@@ -291,33 +313,33 @@
291 313
     </layout>
292 314
     <layout-to-restore>
293 315
       <window_info anchor="right" id="Palette" order="0" />
294
-      <window_info anchor="bottom" id="Version Control" order="3" />
295
-      <window_info anchor="bottom" id="Find" order="5" />
296 316
       <window_info anchor="right" content_ui="combo" id="Hierarchy" order="8" weight="0.25" />
297 317
       <window_info anchor="right" id="Capture Analysis" order="1" />
298
-      <window_info anchor="bottom" id="Run" order="6" />
318
+      <window_info anchor="bottom" id="Version Control" order="3" />
299 319
       <window_info anchor="right" id="Theme Preview" order="2" />
320
+      <window_info id="Favorites" order="5" side_tool="true" />
300 321
       <window_info active="true" content_ui="combo" id="Project" order="6" visible="true" weight="0.24959612" />
301 322
       <window_info id="Structure" order="7" side_tool="true" weight="0.25" />
302 323
       <window_info anchor="right" id="Commander" internal_type="SLIDING" order="6" type="SLIDING" weight="0.4" />
303 324
       <window_info anchor="right" id="Ant Build" order="7" weight="0.25" />
304
-      <window_info anchor="bottom" id="Database Changes" order="0" show_stripe_button="false" />
305 325
       <window_info anchor="bottom" id="TODO" order="10" />
326
+      <window_info anchor="bottom" id="Run" order="6" />
306 327
       <window_info id="Image Layers" order="1" />
307 328
       <window_info id="Designer" order="2" />
308 329
       <window_info id="UI Designer" order="3" />
309
-      <window_info anchor="bottom" id="Debug" order="7" weight="0.4" />
330
+      <window_info anchor="bottom" id="Find" order="5" />
310 331
       <window_info id="Learn" order="0" />
311 332
       <window_info anchor="right" id="Palette&#9;" order="4" />
312 333
       <window_info anchor="bottom" id="Terminal" order="1" />
313
-      <window_info anchor="bottom" id="Event Log" order="2" side_tool="true" />
334
+      <window_info anchor="bottom" id="Debug" order="7" weight="0.4" />
314 335
       <window_info anchor="bottom" id="Inspection" order="9" weight="0.4" />
315 336
       <window_info anchor="bottom" id="Cvs" order="8" weight="0.25" />
337
+      <window_info anchor="bottom" id="Event Log" order="2" side_tool="true" />
316 338
       <window_info id="Capture Tool" order="4" />
317 339
       <window_info anchor="bottom" id="Message" order="4" />
318 340
       <window_info anchor="right" id="Database" order="3" />
319 341
       <window_info anchor="right" id="Maven Projects" order="5" />
320
-      <window_info id="Favorites" order="5" side_tool="true" />
342
+      <window_info anchor="bottom" id="Database Changes" order="0" show_stripe_button="false" />
321 343
     </layout-to-restore>
322 344
   </component>
323 345
   <component name="TypeScriptGeneratedFilesManager">
@@ -329,6 +351,174 @@
329 351
   <component name="editorHistoryManager">
330 352
     <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/MainApplication.java">
331 353
       <provider selected="true" editor-type-id="text-editor">
354
+        <state relative-caret-position="135">
355
+          <caret line="9" column="36" selection-start-line="9" selection-start-column="36" selection-end-line="9" selection-end-column="36" />
356
+        </state>
357
+      </provider>
358
+    </entry>
359
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/CheckingAccount.java">
360
+      <provider selected="true" editor-type-id="text-editor">
361
+        <state relative-caret-position="150">
362
+          <caret line="12" column="43" selection-start-line="12" selection-start-column="43" selection-end-line="12" selection-end-column="43" />
363
+        </state>
364
+      </provider>
365
+    </entry>
366
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/TransactionLimit.java">
367
+      <provider selected="true" editor-type-id="text-editor">
368
+        <state relative-caret-position="60">
369
+          <caret line="4" column="40" selection-start-line="4" selection-start-column="40" selection-end-line="4" selection-end-column="40" />
370
+        </state>
371
+      </provider>
372
+    </entry>
373
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/Atm.java">
374
+      <provider selected="true" editor-type-id="text-editor">
375
+        <state relative-caret-position="735">
376
+          <caret line="53" column="56" selection-start-line="53" selection-start-column="56" selection-end-line="53" selection-end-column="56" />
377
+        </state>
378
+      </provider>
379
+    </entry>
380
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BusinessAccount.java">
381
+      <provider selected="true" editor-type-id="text-editor">
382
+        <state relative-caret-position="165">
383
+          <caret line="14" column="27" selection-start-line="14" selection-start-column="27" selection-end-line="14" selection-end-column="27" />
384
+        </state>
385
+      </provider>
386
+    </entry>
387
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/InputOutput.java">
388
+      <provider selected="true" editor-type-id="text-editor">
389
+        <state relative-caret-position="240">
390
+          <caret line="24" column="69" selection-start-line="24" selection-start-column="69" selection-end-line="24" selection-end-column="69" />
391
+        </state>
392
+      </provider>
393
+    </entry>
394
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/MainApplication.java">
395
+      <provider selected="true" editor-type-id="text-editor">
396
+        <state relative-caret-position="135">
397
+          <caret line="9" column="36" selection-start-line="9" selection-start-column="36" selection-end-line="9" selection-end-column="36" />
398
+        </state>
399
+      </provider>
400
+    </entry>
401
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/CheckingAccount.java">
402
+      <provider selected="true" editor-type-id="text-editor">
403
+        <state relative-caret-position="150">
404
+          <caret line="12" column="43" selection-start-line="12" selection-start-column="43" selection-end-line="12" selection-end-column="43" />
405
+        </state>
406
+      </provider>
407
+    </entry>
408
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/TransactionLimit.java">
409
+      <provider selected="true" editor-type-id="text-editor">
410
+        <state relative-caret-position="60">
411
+          <caret line="4" column="40" lean-forward="true" selection-start-line="4" selection-start-column="40" selection-end-line="4" selection-end-column="40" />
412
+        </state>
413
+      </provider>
414
+    </entry>
415
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/Atm.java">
416
+      <provider selected="true" editor-type-id="text-editor">
417
+        <state relative-caret-position="735">
418
+          <caret line="53" column="56" selection-start-line="53" selection-start-column="56" selection-end-line="53" selection-end-column="56" />
419
+        </state>
420
+      </provider>
421
+    </entry>
422
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BusinessAccount.java">
423
+      <provider selected="true" editor-type-id="text-editor">
424
+        <state relative-caret-position="165">
425
+          <caret line="14" column="27" selection-start-line="14" selection-start-column="27" selection-end-line="14" selection-end-column="27" />
426
+        </state>
427
+      </provider>
428
+    </entry>
429
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/InputOutput.java">
430
+      <provider selected="true" editor-type-id="text-editor">
431
+        <state relative-caret-position="240">
432
+          <caret line="24" column="69" selection-start-line="24" selection-start-column="69" selection-end-line="24" selection-end-column="69" />
433
+        </state>
434
+      </provider>
435
+    </entry>
436
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/MainApplication.java">
437
+      <provider selected="true" editor-type-id="text-editor">
438
+        <state relative-caret-position="135">
439
+          <caret line="9" column="36" selection-start-line="9" selection-start-column="36" selection-end-line="9" selection-end-column="36" />
440
+        </state>
441
+      </provider>
442
+    </entry>
443
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/InputOutput.java">
444
+      <provider selected="true" editor-type-id="text-editor">
445
+        <state relative-caret-position="240">
446
+          <caret line="24" column="69" selection-start-line="24" selection-start-column="69" selection-end-line="24" selection-end-column="69" />
447
+        </state>
448
+      </provider>
449
+    </entry>
450
+    <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/BankAccountTest.java">
451
+      <provider selected="true" editor-type-id="text-editor">
452
+        <state relative-caret-position="75">
453
+          <caret line="5" column="13" selection-start-line="5" selection-start-column="13" selection-end-line="5" selection-end-column="13" />
454
+        </state>
455
+      </provider>
456
+    </entry>
457
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/Atm.java">
458
+      <provider selected="true" editor-type-id="text-editor">
459
+        <state relative-caret-position="735">
460
+          <caret line="53" column="56" selection-start-line="53" selection-start-column="56" selection-end-line="53" selection-end-column="56" />
461
+        </state>
462
+      </provider>
463
+    </entry>
464
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BusinessAccount.java">
465
+      <provider selected="true" editor-type-id="text-editor">
466
+        <state relative-caret-position="165">
467
+          <caret line="14" column="27" selection-start-line="14" selection-start-column="27" selection-end-line="14" selection-end-column="27" />
468
+        </state>
469
+      </provider>
470
+    </entry>
471
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/CheckingAccount.java">
472
+      <provider selected="true" editor-type-id="text-editor">
473
+        <state relative-caret-position="30">
474
+          <caret line="2" column="13" selection-start-line="2" selection-start-column="13" selection-end-line="2" selection-end-column="13" />
475
+        </state>
476
+      </provider>
477
+    </entry>
478
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/MainApplication.java">
479
+      <provider selected="true" editor-type-id="text-editor">
480
+        <state relative-caret-position="135">
481
+          <caret line="9" column="36" lean-forward="true" selection-start-line="9" selection-start-column="36" selection-end-line="9" selection-end-column="36" />
482
+        </state>
483
+      </provider>
484
+    </entry>
485
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/InputOutput.java">
486
+      <provider selected="true" editor-type-id="text-editor">
487
+        <state relative-caret-position="240">
488
+          <caret line="24" column="69" selection-start-line="24" selection-start-column="69" selection-end-line="24" selection-end-column="69" />
489
+        </state>
490
+      </provider>
491
+    </entry>
492
+    <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/BankAccountTest.java">
493
+      <provider selected="true" editor-type-id="text-editor">
494
+        <state relative-caret-position="75">
495
+          <caret line="5" column="13" selection-start-line="5" selection-start-column="13" selection-end-line="5" selection-end-column="13" />
496
+        </state>
497
+      </provider>
498
+    </entry>
499
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/CheckingAccount.java">
500
+      <provider selected="true" editor-type-id="text-editor">
501
+        <state relative-caret-position="30">
502
+          <caret line="2" column="13" selection-start-line="2" selection-start-column="13" selection-end-line="2" selection-end-column="13" />
503
+        </state>
504
+      </provider>
505
+    </entry>
506
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BusinessAccount.java">
507
+      <provider selected="true" editor-type-id="text-editor">
508
+        <state relative-caret-position="165">
509
+          <caret line="14" column="27" lean-forward="true" selection-start-line="14" selection-start-column="27" selection-end-line="14" selection-end-column="27" />
510
+        </state>
511
+      </provider>
512
+    </entry>
513
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/Atm.java">
514
+      <provider selected="true" editor-type-id="text-editor">
515
+        <state relative-caret-position="735">
516
+          <caret line="53" column="56" lean-forward="true" selection-start-line="53" selection-start-column="56" selection-end-line="53" selection-end-column="56" />
517
+        </state>
518
+      </provider>
519
+    </entry>
520
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/MainApplication.java">
521
+      <provider selected="true" editor-type-id="text-editor">
332 522
         <state relative-caret-position="255">
333 523
           <caret line="17" lean-forward="true" selection-start-line="17" selection-end-line="17" />
334 524
         </state>
@@ -411,13 +601,6 @@
411 601
         </state>
412 602
       </provider>
413 603
     </entry>
414
-    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/TransactionLimit.java">
415
-      <provider selected="true" editor-type-id="text-editor">
416
-        <state relative-caret-position="30">
417
-          <caret line="2" column="17" selection-start-line="2" selection-start-column="17" selection-end-line="2" selection-end-column="17" />
418
-        </state>
419
-      </provider>
420
-    </entry>
421 604
     <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/Account.java">
422 605
       <provider selected="true" editor-type-id="text-editor">
423 606
         <state relative-caret-position="90">
@@ -429,45 +612,52 @@
429 612
         </state>
430 613
       </provider>
431 614
     </entry>
432
-    <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/BankAccountTest.java">
615
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BusinessAccount.java">
433 616
       <provider selected="true" editor-type-id="text-editor">
434
-        <state relative-caret-position="75">
435
-          <caret line="5" column="13" selection-start-line="5" selection-start-column="13" selection-end-line="5" selection-end-column="13" />
617
+        <state relative-caret-position="165">
618
+          <caret line="14" column="27" selection-start-line="14" selection-start-column="27" selection-end-line="14" selection-end-column="27" />
436 619
         </state>
437 620
       </provider>
438 621
     </entry>
439
-    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BusinessAccount.java">
622
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/CheckingAccount.java">
440 623
       <provider selected="true" editor-type-id="text-editor">
441
-        <state relative-caret-position="165">
442
-          <caret line="14" column="27" lean-forward="true" selection-start-line="14" selection-start-column="27" selection-end-line="14" selection-end-column="27" />
624
+        <state relative-caret-position="150">
625
+          <caret line="12" column="43" selection-start-line="12" selection-start-column="43" selection-end-line="12" selection-end-column="43" />
443 626
         </state>
444 627
       </provider>
445 628
     </entry>
446
-    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/InputOutput.java">
629
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/TransactionLimit.java">
447 630
       <provider selected="true" editor-type-id="text-editor">
448
-        <state relative-caret-position="135">
449
-          <caret line="24" column="69" selection-start-line="24" selection-start-column="69" selection-end-line="24" selection-end-column="69" />
631
+        <state relative-caret-position="60">
632
+          <caret line="4" column="40" selection-start-line="4" selection-start-column="40" selection-end-line="4" selection-end-column="40" />
450 633
         </state>
451 634
       </provider>
452 635
     </entry>
453
-    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/CheckingAccount.java">
636
+    <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/BankAccountTest.java">
454 637
       <provider selected="true" editor-type-id="text-editor">
455
-        <state relative-caret-position="30">
456
-          <caret line="2" column="13" selection-start-line="2" selection-start-column="13" selection-end-line="2" selection-end-column="13" />
638
+        <state relative-caret-position="75">
639
+          <caret line="5" column="30" selection-start-line="5" selection-start-column="30" selection-end-line="5" selection-end-column="30" />
640
+        </state>
641
+      </provider>
642
+    </entry>
643
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/InputOutput.java">
644
+      <provider selected="true" editor-type-id="text-editor">
645
+        <state relative-caret-position="-18">
646
+          <caret line="24" column="69" selection-start-line="24" selection-start-column="69" selection-end-line="24" selection-end-column="69" />
457 647
         </state>
458 648
       </provider>
459 649
     </entry>
460 650
     <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/MainApplication.java">
461 651
       <provider selected="true" editor-type-id="text-editor">
462
-        <state relative-caret-position="135">
463
-          <caret line="9" column="36" lean-forward="true" selection-start-line="9" selection-start-column="36" selection-end-line="9" selection-end-column="36" />
652
+        <state relative-caret-position="255">
653
+          <caret line="17" lean-forward="true" selection-start-line="17" selection-end-line="17" />
464 654
         </state>
465 655
       </provider>
466 656
     </entry>
467 657
     <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/Atm.java">
468 658
       <provider selected="true" editor-type-id="text-editor">
469
-        <state relative-caret-position="212">
470
-          <caret line="53" column="56" lean-forward="true" selection-start-line="53" selection-start-column="56" selection-end-line="53" selection-end-column="56" />
659
+        <state relative-caret-position="210">
660
+          <caret line="14" column="47" lean-forward="true" selection-start-line="14" selection-start-column="47" selection-end-line="14" selection-end-column="47" />
471 661
         </state>
472 662
       </provider>
473 663
     </entry>