Make a blackjack game, play against the computer-dealer.

workspace.xml 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="4a07ed44-18ad-430e-b71c-511624d144d9" name="Default" comment="">
  5. <change beforePath="" afterPath="$PROJECT_DIR$/pom.xml" />
  6. </list>
  7. <ignored path="$PROJECT_DIR$/target/" />
  8. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  9. <option name="TRACKING_ENABLED" value="true" />
  10. <option name="SHOW_DIALOG" value="false" />
  11. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  12. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  13. <option name="LAST_RESOLUTION" value="IGNORE" />
  14. </component>
  15. <component name="FileEditorManager">
  16. <leaf>
  17. <file leaf-file-name="pom.xml" pinned="false" current-in-tab="true">
  18. <entry file="file://$PROJECT_DIR$/pom.xml">
  19. <provider selected="true" editor-type-id="text-editor">
  20. <state relative-caret-position="119">
  21. <caret line="7" column="33" lean-forward="false" selection-start-line="7" selection-start-column="33" selection-end-line="7" selection-end-column="33" />
  22. <folding />
  23. </state>
  24. </provider>
  25. </entry>
  26. </file>
  27. </leaf>
  28. </component>
  29. <component name="Git.Settings">
  30. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  31. </component>
  32. <component name="GradleLocalSettings">
  33. <option name="externalProjectsViewState">
  34. <projects_view />
  35. </option>
  36. <option name="projectSyncType">
  37. <map>
  38. <entry key="$USER_HOME$/GitHub/gs-gradle/initial" value="PREVIEW" />
  39. </map>
  40. </option>
  41. </component>
  42. <component name="IdeDocumentHistory">
  43. <option name="CHANGED_PATHS">
  44. <list>
  45. <option value="$PROJECT_DIR$/pom.xml" />
  46. </list>
  47. </option>
  48. </component>
  49. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  50. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  51. <component name="JsGulpfileManager">
  52. <detection-done>true</detection-done>
  53. <sorting>DEFINITION_ORDER</sorting>
  54. </component>
  55. <component name="MavenImportPreferences">
  56. <option name="importingSettings">
  57. <MavenImportingSettings>
  58. <option name="importAutomatically" value="true" />
  59. </MavenImportingSettings>
  60. </option>
  61. </component>
  62. <component name="ProjectFrameBounds">
  63. <option name="y" value="23" />
  64. <option name="width" value="1680" />
  65. <option name="height" value="938" />
  66. </component>
  67. <component name="ProjectView">
  68. <navigator currentView="ProjectPane" proportions="" version="1">
  69. <flattenPackages />
  70. <showMembers />
  71. <showModules />
  72. <showLibraryContents />
  73. <hideEmptyPackages />
  74. <abbreviatePackageNames />
  75. <autoscrollToSource />
  76. <autoscrollFromSource />
  77. <sortByType />
  78. <manualOrder />
  79. <foldersAlwaysOnTop value="true" />
  80. </navigator>
  81. <panes>
  82. <pane id="AndroidView" />
  83. <pane id="PackagesPane" />
  84. <pane id="Scratches" />
  85. <pane id="ProjectPane">
  86. <subPane>
  87. <expand>
  88. <path>
  89. <item name="ZCW-Lab-Blackjack-BlueJ" type="b2602c69:ProjectViewProjectNode" />
  90. <item name="ZCW-Lab-Blackjack-BlueJ" type="462c0819:PsiDirectoryNode" />
  91. </path>
  92. </expand>
  93. <select />
  94. </subPane>
  95. </pane>
  96. <pane id="Scope" />
  97. </panes>
  98. </component>
  99. <component name="PropertiesComponent">
  100. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  101. <property name="settings.editor.selected.configurable" value="configurable.group.appearance" />
  102. <property name="WebServerToolWindowFactoryState" value="false" />
  103. <property name="aspect.path.notification.shown" value="true" />
  104. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  105. </component>
  106. <component name="RunDashboard">
  107. <option name="ruleStates">
  108. <list>
  109. <RuleState>
  110. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  111. </RuleState>
  112. <RuleState>
  113. <option name="name" value="StatusDashboardGroupingRule" />
  114. </RuleState>
  115. </list>
  116. </option>
  117. </component>
  118. <component name="RunManager">
  119. <configuration default="true" type="Applet" factoryName="Applet">
  120. <option name="WIDTH" value="400" />
  121. <option name="HEIGHT" value="300" />
  122. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  123. <module />
  124. </configuration>
  125. <configuration default="true" type="Application" factoryName="Application">
  126. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  127. <option name="MAIN_CLASS_NAME" />
  128. <option name="VM_PARAMETERS" />
  129. <option name="PROGRAM_PARAMETERS" />
  130. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  131. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  132. <option name="ALTERNATIVE_JRE_PATH" />
  133. <option name="ENABLE_SWING_INSPECTOR" value="false" />
  134. <option name="ENV_VARIABLES" />
  135. <option name="PASS_PARENT_ENVS" value="true" />
  136. <module name="" />
  137. <envs />
  138. </configuration>
  139. <configuration default="true" type="JUnit" factoryName="JUnit">
  140. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  141. <module name="" />
  142. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  143. <option name="ALTERNATIVE_JRE_PATH" />
  144. <option name="PACKAGE_NAME" />
  145. <option name="MAIN_CLASS_NAME" />
  146. <option name="METHOD_NAME" />
  147. <option name="TEST_OBJECT" value="class" />
  148. <option name="VM_PARAMETERS" value="-ea" />
  149. <option name="PARAMETERS" />
  150. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  151. <option name="ENV_VARIABLES" />
  152. <option name="PASS_PARENT_ENVS" value="true" />
  153. <option name="TEST_SEARCH_SCOPE">
  154. <value defaultName="singleModule" />
  155. </option>
  156. <envs />
  157. <patterns />
  158. </configuration>
  159. <configuration default="true" type="Remote" factoryName="Remote">
  160. <option name="USE_SOCKET_TRANSPORT" value="true" />
  161. <option name="SERVER_MODE" value="false" />
  162. <option name="SHMEM_ADDRESS" value="javadebug" />
  163. <option name="HOST" value="localhost" />
  164. <option name="PORT" value="5005" />
  165. </configuration>
  166. <configuration default="true" type="TestNG" factoryName="TestNG">
  167. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  168. <module name="" />
  169. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  170. <option name="ALTERNATIVE_JRE_PATH" />
  171. <option name="SUITE_NAME" />
  172. <option name="PACKAGE_NAME" />
  173. <option name="MAIN_CLASS_NAME" />
  174. <option name="METHOD_NAME" />
  175. <option name="GROUP_NAME" />
  176. <option name="TEST_OBJECT" value="CLASS" />
  177. <option name="VM_PARAMETERS" value="-ea" />
  178. <option name="PARAMETERS" />
  179. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  180. <option name="OUTPUT_DIRECTORY" />
  181. <option name="ANNOTATION_TYPE" />
  182. <option name="ENV_VARIABLES" />
  183. <option name="PASS_PARENT_ENVS" value="true" />
  184. <option name="TEST_SEARCH_SCOPE">
  185. <value defaultName="singleModule" />
  186. </option>
  187. <option name="USE_DEFAULT_REPORTERS" value="false" />
  188. <option name="PROPERTIES_FILE" />
  189. <envs />
  190. <properties />
  191. <listeners />
  192. </configuration>
  193. <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
  194. <module name="" />
  195. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  196. <option name="PROGRAM_PARAMETERS" />
  197. <predefined_log_file id="idea.log" enabled="true" />
  198. </configuration>
  199. </component>
  200. <component name="ShelveChangesManager" show_recycled="false">
  201. <option name="remove_strategy" value="false" />
  202. </component>
  203. <component name="SvnConfiguration">
  204. <configuration />
  205. </component>
  206. <component name="TaskManager">
  207. <task active="true" id="Default" summary="Default task">
  208. <changelist id="4a07ed44-18ad-430e-b71c-511624d144d9" name="Default" comment="" />
  209. <created>1528463647354</created>
  210. <option name="number" value="Default" />
  211. <option name="presentableId" value="Default" />
  212. <updated>1528463647354</updated>
  213. <workItem from="1528463649177" duration="203000" />
  214. </task>
  215. <servers />
  216. </component>
  217. <component name="TimeTrackingManager">
  218. <option name="totallyTimeSpent" value="203000" />
  219. </component>
  220. <component name="ToolWindowManager">
  221. <frame x="0" y="23" width="1680" height="938" extended-state="0" />
  222. <layout>
  223. <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" />
  224. <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" />
  225. <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" />
  226. <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" />
  227. <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" />
  228. <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" />
  229. <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" />
  230. <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" />
  231. <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="-1" side_tool="false" content_ui="tabs" />
  232. <window_info id="Terminal" 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" />
  233. <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" />
  234. <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" />
  235. <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
  236. <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="-1" side_tool="false" content_ui="tabs" />
  237. <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" />
  238. <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" />
  239. <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" />
  240. <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" />
  241. <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" />
  242. <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" />
  243. <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" />
  244. <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" />
  245. <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" />
  246. <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" />
  247. <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" />
  248. <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" />
  249. </layout>
  250. </component>
  251. <component name="TypeScriptGeneratedFilesManager">
  252. <option name="version" value="1" />
  253. </component>
  254. <component name="VcsContentAnnotationSettings">
  255. <option name="myLimit" value="2678400000" />
  256. </component>
  257. <component name="XDebuggerManager">
  258. <breakpoint-manager />
  259. <watches-manager />
  260. </component>
  261. <component name="editorHistoryManager">
  262. <entry file="file://$PROJECT_DIR$/pom.xml">
  263. <provider selected="true" editor-type-id="text-editor">
  264. <state relative-caret-position="119">
  265. <caret line="7" column="33" lean-forward="false" selection-start-line="7" selection-start-column="33" selection-end-line="7" selection-end-column="33" />
  266. <folding />
  267. </state>
  268. </provider>
  269. </entry>
  270. </component>
  271. <component name="masterDetails">
  272. <states>
  273. <state key="ProjectJDKs.UI">
  274. <settings>
  275. <last-edited>1.8</last-edited>
  276. <splitter-proportions>
  277. <option name="proportions">
  278. <list>
  279. <option value="0.2" />
  280. </list>
  281. </option>
  282. </splitter-proportions>
  283. </settings>
  284. </state>
  285. </states>
  286. </component>
  287. </project>