Graphics, Fun and puzzlement.

workspace.xml 30KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="26347f4d-713c-461d-b161-a64822c4681e" name="Default" comment="">
  5. <change beforePath="" afterPath="$PROJECT_DIR$/.idea/.name" />
  6. <change beforePath="$PROJECT_DIR$/.idea/Game-Of-Life-Java.iml" afterPath="$PROJECT_DIR$/Game-Of-Life-Java.iml" />
  7. <change beforePath="$PROJECT_DIR$/.idea/misc.xml" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
  8. <change beforePath="$PROJECT_DIR$/.idea/modules.xml" afterPath="$PROJECT_DIR$/.idea/modules.xml" />
  9. <change beforePath="$PROJECT_DIR$/.idea/uiDesigner.xml" afterPath="" />
  10. <change beforePath="$PROJECT_DIR$/.idea/vcs.xml" afterPath="$PROJECT_DIR$/.idea/vcs.xml" />
  11. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
  12. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java" />
  13. <change beforePath="$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java" afterPath="$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java" />
  14. </list>
  15. <ignored path="$PROJECT_DIR$/target/" />
  16. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  17. <option name="TRACKING_ENABLED" value="true" />
  18. <option name="SHOW_DIALOG" value="false" />
  19. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  20. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  21. <option name="LAST_RESOLUTION" value="IGNORE" />
  22. </component>
  23. <component name="FileEditorManager">
  24. <splitter split-orientation="horizontal" split-proportion="0.56901747">
  25. <split-first>
  26. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  27. <file leaf-file-name="SimpleWindow.java" pinned="false" current-in-tab="false">
  28. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java">
  29. <provider selected="true" editor-type-id="text-editor">
  30. <state relative-caret-position="60">
  31. <caret line="5" column="13" lean-forward="false" selection-start-line="5" selection-start-column="13" selection-end-line="5" selection-end-column="13" />
  32. <folding />
  33. </state>
  34. </provider>
  35. </entry>
  36. </file>
  37. <file leaf-file-name="ConwayGameOfLife.java" pinned="false" current-in-tab="true">
  38. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java">
  39. <provider selected="true" editor-type-id="text-editor">
  40. <state relative-caret-position="450">
  41. <caret line="30" column="0" lean-forward="true" selection-start-line="30" selection-start-column="0" selection-end-line="30" selection-end-column="0" />
  42. <folding />
  43. </state>
  44. </provider>
  45. </entry>
  46. </file>
  47. </leaf>
  48. </split-first>
  49. <split-second>
  50. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  51. <file leaf-file-name="ConwayGameOfLifeTest.java" pinned="false" current-in-tab="true">
  52. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java">
  53. <provider selected="true" editor-type-id="text-editor">
  54. <state relative-caret-position="570">
  55. <caret line="76" column="23" lean-forward="false" selection-start-line="76" selection-start-column="23" selection-end-line="76" selection-end-column="23" />
  56. <folding />
  57. </state>
  58. </provider>
  59. </entry>
  60. </file>
  61. </leaf>
  62. </split-second>
  63. </splitter>
  64. </component>
  65. <component name="Git.Settings">
  66. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  67. </component>
  68. <component name="GradleLocalSettings">
  69. <option name="externalProjectsViewState">
  70. <projects_view />
  71. </option>
  72. </component>
  73. <component name="IdeDocumentHistory">
  74. <option name="CHANGED_PATHS">
  75. <list>
  76. <option value="$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java" />
  77. <option value="$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java" />
  78. </list>
  79. </option>
  80. </component>
  81. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  82. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  83. <component name="JsGulpfileManager">
  84. <detection-done>true</detection-done>
  85. <sorting>DEFINITION_ORDER</sorting>
  86. </component>
  87. <component name="ProjectFrameBounds">
  88. <option name="x" value="-317" />
  89. <option name="y" value="-1057" />
  90. <option name="width" value="1882" />
  91. <option name="height" value="1057" />
  92. </component>
  93. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  94. <component name="ProjectView">
  95. <navigator currentView="ProjectPane" proportions="" version="1">
  96. <flattenPackages />
  97. <showMembers />
  98. <showModules />
  99. <showLibraryContents />
  100. <hideEmptyPackages />
  101. <abbreviatePackageNames />
  102. <autoscrollToSource />
  103. <autoscrollFromSource />
  104. <sortByType />
  105. <manualOrder />
  106. <foldersAlwaysOnTop value="true" />
  107. </navigator>
  108. <panes>
  109. <pane id="AndroidView" />
  110. <pane id="PackagesPane" />
  111. <pane id="Scratches" />
  112. <pane id="ProjectPane">
  113. <subPane>
  114. <expand>
  115. <path>
  116. <item name="Game-Of-Life-Java" type="b2602c69:ProjectViewProjectNode" />
  117. <item name="ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  118. </path>
  119. <path>
  120. <item name="Game-Of-Life-Java" type="b2602c69:ProjectViewProjectNode" />
  121. <item name="ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  122. <item name="src" type="462c0819:PsiDirectoryNode" />
  123. </path>
  124. <path>
  125. <item name="Game-Of-Life-Java" type="b2602c69:ProjectViewProjectNode" />
  126. <item name="ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  127. <item name="src" type="462c0819:PsiDirectoryNode" />
  128. <item name="main" type="462c0819:PsiDirectoryNode" />
  129. </path>
  130. <path>
  131. <item name="Game-Of-Life-Java" type="b2602c69:ProjectViewProjectNode" />
  132. <item name="ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  133. <item name="src" type="462c0819:PsiDirectoryNode" />
  134. <item name="main" type="462c0819:PsiDirectoryNode" />
  135. <item name="java" type="462c0819:PsiDirectoryNode" />
  136. </path>
  137. <path>
  138. <item name="Game-Of-Life-Java" type="b2602c69:ProjectViewProjectNode" />
  139. <item name="ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  140. <item name="src" type="462c0819:PsiDirectoryNode" />
  141. <item name="main" type="462c0819:PsiDirectoryNode" />
  142. <item name="java" type="462c0819:PsiDirectoryNode" />
  143. <item name="zipcodeconway" type="462c0819:PsiDirectoryNode" />
  144. </path>
  145. <path>
  146. <item name="Game-Of-Life-Java" type="b2602c69:ProjectViewProjectNode" />
  147. <item name="ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  148. <item name="src" type="462c0819:PsiDirectoryNode" />
  149. <item name="test" type="462c0819:PsiDirectoryNode" />
  150. </path>
  151. <path>
  152. <item name="Game-Of-Life-Java" type="b2602c69:ProjectViewProjectNode" />
  153. <item name="ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  154. <item name="src" type="462c0819:PsiDirectoryNode" />
  155. <item name="test" type="462c0819:PsiDirectoryNode" />
  156. <item name="java" type="462c0819:PsiDirectoryNode" />
  157. </path>
  158. <path>
  159. <item name="Game-Of-Life-Java" type="b2602c69:ProjectViewProjectNode" />
  160. <item name="ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  161. <item name="src" type="462c0819:PsiDirectoryNode" />
  162. <item name="test" type="462c0819:PsiDirectoryNode" />
  163. <item name="java" type="462c0819:PsiDirectoryNode" />
  164. <item name="zipcodeconway" type="462c0819:PsiDirectoryNode" />
  165. </path>
  166. </expand>
  167. <select />
  168. </subPane>
  169. </pane>
  170. <pane id="Scope" />
  171. </panes>
  172. </component>
  173. <component name="PropertiesComponent">
  174. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  175. <property name="WebServerToolWindowFactoryState" value="false" />
  176. <property name="aspect.path.notification.shown" value="true" />
  177. <property name="last_opened_file_path" value="$PROJECT_DIR$/pom.xml" />
  178. </component>
  179. <component name="RunDashboard">
  180. <option name="ruleStates">
  181. <list>
  182. <RuleState>
  183. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  184. </RuleState>
  185. <RuleState>
  186. <option name="name" value="StatusDashboardGroupingRule" />
  187. </RuleState>
  188. </list>
  189. </option>
  190. </component>
  191. <component name="RunManager" selected="JUnit.ConwayGameOfLifeTest.edgeTest">
  192. <configuration default="true" type="Applet" factoryName="Applet">
  193. <option name="HTML_USED" value="false" />
  194. <option name="WIDTH" value="400" />
  195. <option name="HEIGHT" value="300" />
  196. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  197. <module />
  198. </configuration>
  199. <configuration default="true" type="Application" factoryName="Application">
  200. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  201. <option name="MAIN_CLASS_NAME" />
  202. <option name="VM_PARAMETERS" />
  203. <option name="PROGRAM_PARAMETERS" />
  204. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  205. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  206. <option name="ALTERNATIVE_JRE_PATH" />
  207. <option name="ENABLE_SWING_INSPECTOR" value="false" />
  208. <option name="ENV_VARIABLES" />
  209. <option name="PASS_PARENT_ENVS" value="true" />
  210. <module name="" />
  211. <envs />
  212. </configuration>
  213. <configuration name="ConwayGameOfLifeTest.edgeTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  214. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
  215. <pattern>
  216. <option name="PATTERN" value="com.zipcodeconway.*" />
  217. <option name="ENABLED" value="true" />
  218. </pattern>
  219. </extension>
  220. <module name="Game-Of-Life-Java" />
  221. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  222. <option name="ALTERNATIVE_JRE_PATH" />
  223. <option name="PACKAGE_NAME" value="com.zipcodeconway" />
  224. <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLifeTest" />
  225. <option name="METHOD_NAME" value="edgeTest" />
  226. <option name="TEST_OBJECT" value="method" />
  227. <option name="VM_PARAMETERS" value="-ea" />
  228. <option name="PARAMETERS" />
  229. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  230. <option name="ENV_VARIABLES" />
  231. <option name="PASS_PARENT_ENVS" value="true" />
  232. <option name="TEST_SEARCH_SCOPE">
  233. <value defaultName="singleModule" />
  234. </option>
  235. <envs />
  236. <patterns />
  237. </configuration>
  238. <configuration name="ConwayGameOfLifeTest.isAliveTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  239. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
  240. <pattern>
  241. <option name="PATTERN" value="com.zipcodeconway.*" />
  242. <option name="ENABLED" value="true" />
  243. </pattern>
  244. </extension>
  245. <module name="Game-Of-Life-Java" />
  246. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  247. <option name="ALTERNATIVE_JRE_PATH" />
  248. <option name="PACKAGE_NAME" value="com.zipcodeconway" />
  249. <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLifeTest" />
  250. <option name="METHOD_NAME" value="isAliveTest" />
  251. <option name="TEST_OBJECT" value="method" />
  252. <option name="VM_PARAMETERS" value="-ea" />
  253. <option name="PARAMETERS" />
  254. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  255. <option name="ENV_VARIABLES" />
  256. <option name="PASS_PARENT_ENVS" value="true" />
  257. <option name="TEST_SEARCH_SCOPE">
  258. <value defaultName="singleModule" />
  259. </option>
  260. <envs />
  261. <patterns />
  262. </configuration>
  263. <configuration name="ConwayGameOfLifeTest.runTest2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  264. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
  265. <pattern>
  266. <option name="PATTERN" value="com.zipcodeconway.*" />
  267. <option name="ENABLED" value="true" />
  268. </pattern>
  269. </extension>
  270. <module name="Game-Of-Life-Java" />
  271. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  272. <option name="ALTERNATIVE_JRE_PATH" />
  273. <option name="PACKAGE_NAME" value="com.zipcodeconway" />
  274. <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLifeTest" />
  275. <option name="METHOD_NAME" value="runTest2" />
  276. <option name="TEST_OBJECT" value="method" />
  277. <option name="VM_PARAMETERS" value="-ea" />
  278. <option name="PARAMETERS" />
  279. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  280. <option name="ENV_VARIABLES" />
  281. <option name="PASS_PARENT_ENVS" value="true" />
  282. <option name="TEST_SEARCH_SCOPE">
  283. <value defaultName="singleModule" />
  284. </option>
  285. <envs />
  286. <patterns />
  287. </configuration>
  288. <configuration default="true" type="JUnit" factoryName="JUnit">
  289. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  290. <module name="" />
  291. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  292. <option name="ALTERNATIVE_JRE_PATH" />
  293. <option name="PACKAGE_NAME" />
  294. <option name="MAIN_CLASS_NAME" />
  295. <option name="METHOD_NAME" />
  296. <option name="TEST_OBJECT" value="class" />
  297. <option name="VM_PARAMETERS" value="-ea" />
  298. <option name="PARAMETERS" />
  299. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  300. <option name="ENV_VARIABLES" />
  301. <option name="PASS_PARENT_ENVS" value="true" />
  302. <option name="TEST_SEARCH_SCOPE">
  303. <value defaultName="singleModule" />
  304. </option>
  305. <envs />
  306. <patterns />
  307. </configuration>
  308. <configuration default="true" type="Remote" factoryName="Remote">
  309. <option name="USE_SOCKET_TRANSPORT" value="true" />
  310. <option name="SERVER_MODE" value="false" />
  311. <option name="SHMEM_ADDRESS" value="javadebug" />
  312. <option name="HOST" value="localhost" />
  313. <option name="PORT" value="5005" />
  314. </configuration>
  315. <configuration default="true" type="TestNG" factoryName="TestNG">
  316. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  317. <module name="" />
  318. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  319. <option name="ALTERNATIVE_JRE_PATH" />
  320. <option name="SUITE_NAME" />
  321. <option name="PACKAGE_NAME" />
  322. <option name="MAIN_CLASS_NAME" />
  323. <option name="METHOD_NAME" />
  324. <option name="GROUP_NAME" />
  325. <option name="TEST_OBJECT" value="CLASS" />
  326. <option name="VM_PARAMETERS" value="-ea" />
  327. <option name="PARAMETERS" />
  328. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  329. <option name="OUTPUT_DIRECTORY" />
  330. <option name="ANNOTATION_TYPE" />
  331. <option name="ENV_VARIABLES" />
  332. <option name="PASS_PARENT_ENVS" value="true" />
  333. <option name="TEST_SEARCH_SCOPE">
  334. <value defaultName="singleModule" />
  335. </option>
  336. <option name="USE_DEFAULT_REPORTERS" value="false" />
  337. <option name="PROPERTIES_FILE" />
  338. <envs />
  339. <properties />
  340. <listeners />
  341. </configuration>
  342. <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
  343. <module name="" />
  344. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  345. <option name="PROGRAM_PARAMETERS" />
  346. <predefined_log_file id="idea.log" enabled="true" />
  347. </configuration>
  348. <list size="3">
  349. <item index="0" class="java.lang.String" itemvalue="JUnit.ConwayGameOfLifeTest.isAliveTest" />
  350. <item index="1" class="java.lang.String" itemvalue="JUnit.ConwayGameOfLifeTest.runTest2" />
  351. <item index="2" class="java.lang.String" itemvalue="JUnit.ConwayGameOfLifeTest.edgeTest" />
  352. </list>
  353. <recent_temporary>
  354. <list size="3">
  355. <item index="0" class="java.lang.String" itemvalue="JUnit.ConwayGameOfLifeTest.edgeTest" />
  356. <item index="1" class="java.lang.String" itemvalue="JUnit.ConwayGameOfLifeTest.isAliveTest" />
  357. <item index="2" class="java.lang.String" itemvalue="JUnit.ConwayGameOfLifeTest.runTest2" />
  358. </list>
  359. </recent_temporary>
  360. </component>
  361. <component name="ShelveChangesManager" show_recycled="false">
  362. <option name="remove_strategy" value="false" />
  363. </component>
  364. <component name="SvnConfiguration">
  365. <configuration />
  366. </component>
  367. <component name="TaskManager">
  368. <task active="true" id="Default" summary="Default task">
  369. <changelist id="26347f4d-713c-461d-b161-a64822c4681e" name="Default" comment="" />
  370. <created>1520867652526</created>
  371. <option name="number" value="Default" />
  372. <option name="presentableId" value="Default" />
  373. <updated>1520867652526</updated>
  374. <workItem from="1520867656190" duration="4128000" />
  375. <workItem from="1520872722088" duration="3717000" />
  376. </task>
  377. <servers />
  378. </component>
  379. <component name="TestHistory">
  380. <history-entry file="ConwayGameOfLifeTest_edgeTest - 2018.03.12 at 13h 12m 33s.xml">
  381. <configuration name="ConwayGameOfLifeTest.edgeTest" configurationId="JUnit" />
  382. </history-entry>
  383. <history-entry file="ConwayGameOfLifeTest_edgeTest - 2018.03.12 at 13h 13m 13s.xml">
  384. <configuration name="ConwayGameOfLifeTest.edgeTest" configurationId="JUnit" />
  385. </history-entry>
  386. <history-entry file="ConwayGameOfLifeTest_edgeTest - 2018.03.12 at 13h 13m 38s.xml">
  387. <configuration name="ConwayGameOfLifeTest.edgeTest" configurationId="JUnit" />
  388. </history-entry>
  389. <history-entry file="ConwayGameOfLifeTest_edgeTest - 2018.03.12 at 13h 14m 04s.xml">
  390. <configuration name="ConwayGameOfLifeTest.edgeTest" configurationId="JUnit" />
  391. </history-entry>
  392. <history-entry file="ConwayGameOfLifeTest_edgeTest - 2018.03.12 at 13h 23m 38s.xml">
  393. <configuration name="ConwayGameOfLifeTest.edgeTest" configurationId="JUnit" />
  394. </history-entry>
  395. <history-entry file="ConwayGameOfLifeTest_isAliveTest - 2018.03.12 at 12h 49m 47s.xml">
  396. <configuration name="ConwayGameOfLifeTest.isAliveTest" configurationId="JUnit" />
  397. </history-entry>
  398. <history-entry file="ConwayGameOfLifeTest_isAliveTest - 2018.03.12 at 12h 51m 24s.xml">
  399. <configuration name="ConwayGameOfLifeTest.isAliveTest" configurationId="JUnit" />
  400. </history-entry>
  401. <history-entry file="ConwayGameOfLifeTest_isAliveTest - 2018.03.12 at 12h 54m 30s.xml">
  402. <configuration name="ConwayGameOfLifeTest.isAliveTest" configurationId="JUnit" />
  403. </history-entry>
  404. <history-entry file="ConwayGameOfLifeTest_isAliveTest - 2018.03.12 at 12h 56m 35s.xml">
  405. <configuration name="ConwayGameOfLifeTest.isAliveTest" configurationId="JUnit" />
  406. </history-entry>
  407. <history-entry file="ConwayGameOfLifeTest_isAliveTest - 2018.03.12 at 13h 23m 35s.xml">
  408. <configuration name="ConwayGameOfLifeTest.isAliveTest" configurationId="JUnit" />
  409. </history-entry>
  410. </component>
  411. <component name="TimeTrackingManager">
  412. <option name="totallyTimeSpent" value="7845000" />
  413. </component>
  414. <component name="ToolWindowManager">
  415. <frame x="-317" y="-1057" width="1882" height="1057" extended-state="0" />
  416. <editor active="true" />
  417. <layout>
  418. <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="3" side_tool="false" content_ui="tabs" />
  419. <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" />
  420. <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32952183" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  421. <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="3" side_tool="false" content_ui="tabs" />
  422. <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="2" side_tool="false" content_ui="tabs" />
  423. <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="3" side_tool="false" content_ui="tabs" />
  424. <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="7" side_tool="true" content_ui="tabs" />
  425. <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="3" side_tool="false" content_ui="tabs" />
  426. <window_info id="Version Control" 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="7" side_tool="false" content_ui="tabs" />
  427. <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.23180874" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  428. <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32952183" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  429. <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="2" side_tool="false" content_ui="tabs" />
  430. <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="2" side_tool="false" content_ui="tabs" />
  431. <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.09836957" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
  432. <window_info id="Database" 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="3" side_tool="false" content_ui="tabs" />
  433. <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" />
  434. <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" />
  435. <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="2" side_tool="false" content_ui="tabs" />
  436. <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="3" side_tool="false" content_ui="tabs" />
  437. <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="2" side_tool="true" content_ui="tabs" />
  438. <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" />
  439. <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" />
  440. <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" />
  441. <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" />
  442. <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" />
  443. <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" />
  444. <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" />
  445. </layout>
  446. </component>
  447. <component name="TypeScriptGeneratedFilesManager">
  448. <option name="version" value="1" />
  449. </component>
  450. <component name="VcsContentAnnotationSettings">
  451. <option name="myLimit" value="2678400000" />
  452. </component>
  453. <component name="XDebuggerManager">
  454. <breakpoint-manager />
  455. <watches-manager />
  456. </component>
  457. <component name="editorHistoryManager">
  458. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java">
  459. <provider selected="true" editor-type-id="text-editor">
  460. <state relative-caret-position="60">
  461. <caret line="5" column="13" lean-forward="false" selection-start-line="5" selection-start-column="13" selection-end-line="5" selection-end-column="13" />
  462. <folding />
  463. </state>
  464. </provider>
  465. </entry>
  466. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java">
  467. <provider selected="true" editor-type-id="text-editor">
  468. <state relative-caret-position="0">
  469. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  470. <folding />
  471. </state>
  472. </provider>
  473. </entry>
  474. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java">
  475. <provider selected="true" editor-type-id="text-editor">
  476. <state relative-caret-position="825">
  477. <caret line="55" column="13" lean-forward="true" selection-start-line="55" selection-start-column="13" selection-end-line="55" selection-end-column="13" />
  478. <folding />
  479. </state>
  480. </provider>
  481. </entry>
  482. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java">
  483. <provider selected="true" editor-type-id="text-editor">
  484. <state relative-caret-position="60">
  485. <caret line="5" column="13" lean-forward="false" selection-start-line="5" selection-start-column="13" selection-end-line="5" selection-end-column="13" />
  486. <folding />
  487. </state>
  488. </provider>
  489. </entry>
  490. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java">
  491. <provider selected="true" editor-type-id="text-editor">
  492. <state relative-caret-position="570">
  493. <caret line="76" column="23" lean-forward="false" selection-start-line="76" selection-start-column="23" selection-end-line="76" selection-end-column="23" />
  494. <folding />
  495. </state>
  496. </provider>
  497. </entry>
  498. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java">
  499. <provider selected="true" editor-type-id="text-editor">
  500. <state relative-caret-position="450">
  501. <caret line="30" column="0" lean-forward="true" selection-start-line="30" selection-start-column="0" selection-end-line="30" selection-end-column="0" />
  502. <folding />
  503. </state>
  504. </provider>
  505. </entry>
  506. </component>
  507. <component name="masterDetails">
  508. <states>
  509. <state key="ProjectJDKs.UI">
  510. <settings>
  511. <last-edited>1.8</last-edited>
  512. <splitter-proportions>
  513. <option name="proportions">
  514. <list>
  515. <option value="0.2" />
  516. </list>
  517. </option>
  518. </splitter-proportions>
  519. </settings>
  520. </state>
  521. </states>
  522. </component>
  523. </project>