workspace.xml 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="268ab437-e0d5-4447-8401-9f321aad6d50" name="Default" comment="" />
  5. <ignored path="$PROJECT_DIR$/out/" />
  6. <ignored path="$PROJECT_DIR$/target/" />
  7. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  8. <option name="TRACKING_ENABLED" value="true" />
  9. <option name="SHOW_DIALOG" value="false" />
  10. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  11. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  12. <option name="LAST_RESOLUTION" value="IGNORE" />
  13. </component>
  14. <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
  15. <component name="FileEditorManager">
  16. <leaf>
  17. <file leaf-file-name="pom.xml" pinned="false" current-in-tab="false">
  18. <entry file="file://$PROJECT_DIR$/pom.xml">
  19. <provider selected="true" editor-type-id="text-editor">
  20. <state relative-caret-position="0">
  21. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  22. <folding />
  23. </state>
  24. </provider>
  25. </entry>
  26. </file>
  27. <file leaf-file-name="MainApplication.java" pinned="false" current-in-tab="false">
  28. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/MainApplication.java">
  29. <provider selected="true" editor-type-id="text-editor">
  30. <state relative-caret-position="75">
  31. <caret line="5" column="28" lean-forward="false" selection-start-line="5" selection-start-column="28" selection-end-line="5" selection-end-column="28" />
  32. <folding />
  33. </state>
  34. </provider>
  35. </entry>
  36. </file>
  37. <file leaf-file-name="BankAccount.java" pinned="false" current-in-tab="false">
  38. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BankAccount.java">
  39. <provider selected="true" editor-type-id="text-editor">
  40. <state relative-caret-position="75">
  41. <caret line="5" column="24" lean-forward="false" selection-start-line="5" selection-start-column="24" selection-end-line="5" selection-end-column="24" />
  42. <folding />
  43. </state>
  44. </provider>
  45. </entry>
  46. </file>
  47. <file leaf-file-name="BankAccountTest.java" pinned="false" current-in-tab="false">
  48. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/BankAccountTest.java">
  49. <provider selected="true" editor-type-id="text-editor">
  50. <state relative-caret-position="75">
  51. <caret line="5" column="28" lean-forward="false" selection-start-line="5" selection-start-column="28" selection-end-line="5" selection-end-column="28" />
  52. <folding />
  53. </state>
  54. </provider>
  55. </entry>
  56. </file>
  57. <file leaf-file-name=".gitignore" pinned="false" current-in-tab="true">
  58. <entry file="file://$PROJECT_DIR$/.gitignore">
  59. <provider selected="true" editor-type-id="text-editor">
  60. <state relative-caret-position="15">
  61. <caret line="1" column="0" lean-forward="true" selection-start-line="1" selection-start-column="0" selection-end-line="1" selection-end-column="0" />
  62. <folding />
  63. </state>
  64. </provider>
  65. </entry>
  66. </file>
  67. </leaf>
  68. </component>
  69. <component name="FileTemplateManagerImpl">
  70. <option name="RECENT_TEMPLATES">
  71. <list>
  72. <option value="Class" />
  73. </list>
  74. </option>
  75. </component>
  76. <component name="GradleLocalSettings">
  77. <option name="externalProjectsViewState">
  78. <projects_view />
  79. </option>
  80. </component>
  81. <component name="IdeDocumentHistory">
  82. <option name="CHANGED_PATHS">
  83. <list>
  84. <option value="$PROJECT_DIR$/.gitignore" />
  85. </list>
  86. </option>
  87. </component>
  88. <component name="ProjectFrameBounds">
  89. <option name="y" value="23" />
  90. <option name="width" value="1920" />
  91. <option name="height" value="1053" />
  92. </component>
  93. <component name="ProjectView">
  94. <navigator currentView="ProjectPane" proportions="" version="1">
  95. <flattenPackages />
  96. <showMembers />
  97. <showModules />
  98. <showLibraryContents />
  99. <hideEmptyPackages />
  100. <abbreviatePackageNames />
  101. <autoscrollToSource />
  102. <autoscrollFromSource />
  103. <sortByType />
  104. <manualOrder />
  105. <foldersAlwaysOnTop value="true" />
  106. </navigator>
  107. <panes>
  108. <pane id="ProjectPane">
  109. <subPane>
  110. <PATH>
  111. <PATH_ELEMENT>
  112. <option name="myItemId" value="bankaccountlab" />
  113. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  114. </PATH_ELEMENT>
  115. <PATH_ELEMENT>
  116. <option name="myItemId" value="bankaccountlab" />
  117. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  118. </PATH_ELEMENT>
  119. </PATH>
  120. <PATH>
  121. <PATH_ELEMENT>
  122. <option name="myItemId" value="bankaccountlab" />
  123. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  124. </PATH_ELEMENT>
  125. <PATH_ELEMENT>
  126. <option name="myItemId" value="bankaccountlab" />
  127. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  128. </PATH_ELEMENT>
  129. <PATH_ELEMENT>
  130. <option name="myItemId" value="src" />
  131. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  132. </PATH_ELEMENT>
  133. <PATH_ELEMENT>
  134. <option name="myItemId" value="test" />
  135. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  136. </PATH_ELEMENT>
  137. <PATH_ELEMENT>
  138. <option name="myItemId" value="java" />
  139. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  140. </PATH_ELEMENT>
  141. <PATH_ELEMENT>
  142. <option name="myItemId" value="com" />
  143. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  144. </PATH_ELEMENT>
  145. <PATH_ELEMENT>
  146. <option name="myItemId" value="zipcodewilmington" />
  147. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  148. </PATH_ELEMENT>
  149. <PATH_ELEMENT>
  150. <option name="myItemId" value="bankaccountlab" />
  151. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  152. </PATH_ELEMENT>
  153. </PATH>
  154. <PATH>
  155. <PATH_ELEMENT>
  156. <option name="myItemId" value="bankaccountlab" />
  157. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  158. </PATH_ELEMENT>
  159. <PATH_ELEMENT>
  160. <option name="myItemId" value="bankaccountlab" />
  161. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  162. </PATH_ELEMENT>
  163. <PATH_ELEMENT>
  164. <option name="myItemId" value="src" />
  165. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  166. </PATH_ELEMENT>
  167. <PATH_ELEMENT>
  168. <option name="myItemId" value="main" />
  169. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  170. </PATH_ELEMENT>
  171. </PATH>
  172. <PATH>
  173. <PATH_ELEMENT>
  174. <option name="myItemId" value="bankaccountlab" />
  175. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  176. </PATH_ELEMENT>
  177. <PATH_ELEMENT>
  178. <option name="myItemId" value="bankaccountlab" />
  179. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  180. </PATH_ELEMENT>
  181. <PATH_ELEMENT>
  182. <option name="myItemId" value="src" />
  183. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  184. </PATH_ELEMENT>
  185. <PATH_ELEMENT>
  186. <option name="myItemId" value="main" />
  187. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  188. </PATH_ELEMENT>
  189. <PATH_ELEMENT>
  190. <option name="myItemId" value="java" />
  191. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  192. </PATH_ELEMENT>
  193. <PATH_ELEMENT>
  194. <option name="myItemId" value="com" />
  195. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  196. </PATH_ELEMENT>
  197. <PATH_ELEMENT>
  198. <option name="myItemId" value="zipcodewilmington" />
  199. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  200. </PATH_ELEMENT>
  201. <PATH_ELEMENT>
  202. <option name="myItemId" value="bankaccountlab" />
  203. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  204. </PATH_ELEMENT>
  205. </PATH>
  206. </subPane>
  207. </pane>
  208. <pane id="Scope" />
  209. <pane id="Scratches" />
  210. <pane id="PackagesPane" />
  211. </panes>
  212. </component>
  213. <component name="PropertiesComponent">
  214. <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
  215. <property name="project.structure.last.edited" value="Project" />
  216. <property name="project.structure.proportion" value="0.0" />
  217. <property name="project.structure.side.proportion" value="0.2" />
  218. </component>
  219. <component name="RunDashboard">
  220. <option name="ruleStates">
  221. <list>
  222. <RuleState>
  223. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  224. </RuleState>
  225. <RuleState>
  226. <option name="name" value="StatusDashboardGroupingRule" />
  227. </RuleState>
  228. </list>
  229. </option>
  230. </component>
  231. <component name="RunManager">
  232. <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
  233. <module name="" />
  234. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  235. <option name="PROGRAM_PARAMETERS" />
  236. <predefined_log_file id="idea.log" enabled="true" />
  237. <method />
  238. </configuration>
  239. <configuration default="true" type="AndroidRunConfigurationType" factoryName="Android App">
  240. <module name="" />
  241. <option name="DEPLOY" value="true" />
  242. <option name="ARTIFACT_NAME" value="" />
  243. <option name="PM_INSTALL_OPTIONS" value="" />
  244. <option name="ACTIVITY_EXTRA_FLAGS" value="" />
  245. <option name="MODE" value="default_activity" />
  246. <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
  247. <option name="PREFERRED_AVD" value="" />
  248. <option name="CLEAR_LOGCAT" value="false" />
  249. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  250. <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
  251. <option name="FORCE_STOP_RUNNING_APP" value="true" />
  252. <option name="DEBUGGER_TYPE" value="Java" />
  253. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  254. <option name="PREFERRED_AVD" value="" />
  255. <Java />
  256. <Profilers>
  257. <option name="ENABLE_ADVANCED_PROFILING" value="true" />
  258. <option name="GAPID_ENABLED" value="false" />
  259. <option name="GAPID_DISABLE_PCS" value="false" />
  260. <option name="SUPPORT_LIB_ENABLED" value="true" />
  261. <option name="INSTRUMENTATION_ENABLED" value="true" />
  262. </Profilers>
  263. <option name="DEEP_LINK" value="" />
  264. <option name="ACTIVITY_CLASS" value="" />
  265. <method />
  266. </configuration>
  267. <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
  268. <module name="" />
  269. <option name="TESTING_TYPE" value="0" />
  270. <option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
  271. <option name="METHOD_NAME" value="" />
  272. <option name="CLASS_NAME" value="" />
  273. <option name="PACKAGE_NAME" value="" />
  274. <option name="EXTRA_OPTIONS" value="" />
  275. <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
  276. <option name="PREFERRED_AVD" value="" />
  277. <option name="CLEAR_LOGCAT" value="false" />
  278. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  279. <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
  280. <option name="FORCE_STOP_RUNNING_APP" value="true" />
  281. <option name="DEBUGGER_TYPE" value="Java" />
  282. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  283. <option name="PREFERRED_AVD" value="" />
  284. <Java />
  285. <Profilers>
  286. <option name="ENABLE_ADVANCED_PROFILING" value="true" />
  287. <option name="GAPID_ENABLED" value="false" />
  288. <option name="GAPID_DISABLE_PCS" value="false" />
  289. <option name="SUPPORT_LIB_ENABLED" value="true" />
  290. <option name="INSTRUMENTATION_ENABLED" value="true" />
  291. </Profilers>
  292. <method />
  293. </configuration>
  294. <configuration default="true" type="Applet" factoryName="Applet">
  295. <option name="HTML_USED" value="false" />
  296. <option name="WIDTH" value="400" />
  297. <option name="HEIGHT" value="300" />
  298. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  299. <module />
  300. <method />
  301. </configuration>
  302. <configuration default="true" type="Application" factoryName="Application">
  303. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  304. <option name="MAIN_CLASS_NAME" />
  305. <option name="VM_PARAMETERS" />
  306. <option name="PROGRAM_PARAMETERS" />
  307. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  308. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  309. <option name="ALTERNATIVE_JRE_PATH" />
  310. <option name="ENABLE_SWING_INSPECTOR" value="false" />
  311. <option name="ENV_VARIABLES" />
  312. <option name="PASS_PARENT_ENVS" value="true" />
  313. <module name="" />
  314. <envs />
  315. <method />
  316. </configuration>
  317. <configuration default="true" type="GradleRunConfiguration" factoryName="Gradle">
  318. <ExternalSystemSettings>
  319. <option name="executionName" />
  320. <option name="externalProjectPath" />
  321. <option name="externalSystemIdString" value="GRADLE" />
  322. <option name="scriptParameters" />
  323. <option name="taskDescriptions">
  324. <list />
  325. </option>
  326. <option name="taskNames">
  327. <list />
  328. </option>
  329. <option name="vmOptions" />
  330. </ExternalSystemSettings>
  331. <method />
  332. </configuration>
  333. <configuration default="true" type="JUnit" factoryName="JUnit">
  334. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  335. <module name="" />
  336. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  337. <option name="ALTERNATIVE_JRE_PATH" />
  338. <option name="PACKAGE_NAME" />
  339. <option name="MAIN_CLASS_NAME" />
  340. <option name="METHOD_NAME" />
  341. <option name="TEST_OBJECT" value="class" />
  342. <option name="VM_PARAMETERS" value="-ea" />
  343. <option name="PARAMETERS" />
  344. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  345. <option name="ENV_VARIABLES" />
  346. <option name="PASS_PARENT_ENVS" value="true" />
  347. <option name="TEST_SEARCH_SCOPE">
  348. <value defaultName="singleModule" />
  349. </option>
  350. <envs />
  351. <patterns />
  352. <method />
  353. </configuration>
  354. <configuration default="true" type="JarApplication" factoryName="JAR Application">
  355. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  356. <envs />
  357. <method />
  358. </configuration>
  359. <configuration default="true" type="Java Scratch" factoryName="Java Scratch">
  360. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  361. <option name="SCRATCH_FILE_ID" value="0" />
  362. <option name="MAIN_CLASS_NAME" />
  363. <option name="VM_PARAMETERS" />
  364. <option name="PROGRAM_PARAMETERS" />
  365. <option name="WORKING_DIRECTORY" />
  366. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  367. <option name="ALTERNATIVE_JRE_PATH" />
  368. <option name="ENABLE_SWING_INSPECTOR" value="false" />
  369. <option name="ENV_VARIABLES" />
  370. <option name="PASS_PARENT_ENVS" value="true" />
  371. <module name="" />
  372. <envs />
  373. <method />
  374. </configuration>
  375. <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
  376. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  377. <option name="MAIN_CLASS_NAME" />
  378. <option name="VM_PARAMETERS" />
  379. <option name="PROGRAM_PARAMETERS" />
  380. <option name="WORKING_DIRECTORY" />
  381. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  382. <option name="ALTERNATIVE_JRE_PATH" />
  383. <option name="PASS_PARENT_ENVS" value="true" />
  384. <module name="bankaccountlab" />
  385. <envs />
  386. <method />
  387. </configuration>
  388. <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType" factoryName="Kotlin script">
  389. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  390. <option name="filePath" />
  391. <option name="vmParameters" />
  392. <option name="alternativeJrePath" />
  393. <option name="programParameters" />
  394. <option name="passParentEnvs" value="true" />
  395. <option name="workingDirectory" />
  396. <option name="isAlternativeJrePathEnabled" value="false" />
  397. <envs />
  398. <method />
  399. </configuration>
  400. <configuration default="true" type="Remote" factoryName="Remote">
  401. <option name="USE_SOCKET_TRANSPORT" value="true" />
  402. <option name="SERVER_MODE" value="false" />
  403. <option name="SHMEM_ADDRESS" value="javadebug" />
  404. <option name="HOST" value="localhost" />
  405. <option name="PORT" value="5005" />
  406. <method />
  407. </configuration>
  408. <configuration default="true" type="TestNG" factoryName="TestNG">
  409. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  410. <module name="" />
  411. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  412. <option name="ALTERNATIVE_JRE_PATH" />
  413. <option name="SUITE_NAME" />
  414. <option name="PACKAGE_NAME" />
  415. <option name="MAIN_CLASS_NAME" />
  416. <option name="METHOD_NAME" />
  417. <option name="GROUP_NAME" />
  418. <option name="TEST_OBJECT" value="CLASS" />
  419. <option name="VM_PARAMETERS" value="-ea" />
  420. <option name="PARAMETERS" />
  421. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  422. <option name="OUTPUT_DIRECTORY" />
  423. <option name="ANNOTATION_TYPE" />
  424. <option name="ENV_VARIABLES" />
  425. <option name="PASS_PARENT_ENVS" value="true" />
  426. <option name="TEST_SEARCH_SCOPE">
  427. <value defaultName="singleModule" />
  428. </option>
  429. <option name="USE_DEFAULT_REPORTERS" value="false" />
  430. <option name="PROPERTIES_FILE" />
  431. <envs />
  432. <properties />
  433. <listeners />
  434. <method />
  435. </configuration>
  436. <configuration default="true" type="executeSpecs" factoryName="Gauge Execution">
  437. <setting name="environment" value="" />
  438. <setting name="specsToExecute" value="" />
  439. <setting name="tags" value="" />
  440. <setting name="parallelNodes" value="" />
  441. <setting name="execInParallel" value="false" />
  442. <setting name="programParameters" value="" />
  443. <setting name="workingDirectory" value="" />
  444. <setting name="moduleName" value="" />
  445. <envMap />
  446. <setting name="rowsRange" value="" />
  447. <method />
  448. </configuration>
  449. </component>
  450. <component name="ShelveChangesManager" show_recycled="false">
  451. <option name="remove_strategy" value="false" />
  452. </component>
  453. <component name="TaskManager">
  454. <task active="true" id="Default" summary="Default task">
  455. <changelist id="268ab437-e0d5-4447-8401-9f321aad6d50" name="Default" comment="" />
  456. <created>1515620835041</created>
  457. <option name="number" value="Default" />
  458. <option name="presentableId" value="Default" />
  459. <updated>1515620835041</updated>
  460. </task>
  461. <servers />
  462. </component>
  463. <component name="ToolWindowManager">
  464. <frame x="0" y="23" width="1920" height="1053" extended-state="6" />
  465. <editor active="true" />
  466. <layout>
  467. <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  468. <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
  469. <window_info id="Nl-Palette" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  470. <window_info id="Palette&#9;" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  471. <window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  472. <window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  473. <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
  474. <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  475. <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  476. <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  477. <window_info id="Properties" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  478. <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3298647" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  479. <window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  480. <window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  481. <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24973376" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
  482. <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  483. <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  484. <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  485. <window_info id="Theme Preview" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  486. <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  487. <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
  488. <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
  489. <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
  490. <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  491. <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  492. <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  493. <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
  494. </layout>
  495. </component>
  496. <component name="VcsContentAnnotationSettings">
  497. <option name="myLimit" value="2678400000" />
  498. </component>
  499. <component name="XDebuggerManager">
  500. <breakpoint-manager />
  501. <watches-manager />
  502. </component>
  503. <component name="editorHistoryManager">
  504. <entry file="file://$PROJECT_DIR$/pom.xml">
  505. <provider selected="true" editor-type-id="text-editor">
  506. <state relative-caret-position="0">
  507. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  508. <folding />
  509. </state>
  510. </provider>
  511. </entry>
  512. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/MainApplication.java">
  513. <provider selected="true" editor-type-id="text-editor">
  514. <state relative-caret-position="75">
  515. <caret line="5" column="28" lean-forward="false" selection-start-line="5" selection-start-column="28" selection-end-line="5" selection-end-column="28" />
  516. <folding />
  517. </state>
  518. </provider>
  519. </entry>
  520. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BankAccount.java">
  521. <provider selected="true" editor-type-id="text-editor">
  522. <state relative-caret-position="75">
  523. <caret line="5" column="24" lean-forward="false" selection-start-line="5" selection-start-column="24" selection-end-line="5" selection-end-column="24" />
  524. <folding />
  525. </state>
  526. </provider>
  527. </entry>
  528. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/BankAccountTest.java">
  529. <provider selected="true" editor-type-id="text-editor">
  530. <state relative-caret-position="75">
  531. <caret line="5" column="28" lean-forward="false" selection-start-line="5" selection-start-column="28" selection-end-line="5" selection-end-column="28" />
  532. <folding />
  533. </state>
  534. </provider>
  535. </entry>
  536. <entry file="file://$PROJECT_DIR$/.gitignore">
  537. <provider selected="true" editor-type-id="text-editor">
  538. <state relative-caret-position="15">
  539. <caret line="1" column="0" lean-forward="true" selection-start-line="1" selection-start-column="0" selection-end-line="1" selection-end-column="0" />
  540. <folding />
  541. </state>
  542. </provider>
  543. </entry>
  544. </component>
  545. </project>