Build a simple PhoneBook program.

workspace.xml 9.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="cdde17a4-24c8-4cb3-95c5-3b9fbe37338f" name="Default" comment="">
  5. <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/PhoneBook.java" beforeDir="false" afterPath="$PROJECT_DIR$/PhoneBook.java" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/package.bluej" beforeDir="false" afterPath="$PROJECT_DIR$/package.bluej" afterDir="false" />
  8. </list>
  9. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  10. <option name="TRACKING_ENABLED" value="true" />
  11. <option name="SHOW_DIALOG" value="false" />
  12. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  13. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  14. <option name="LAST_RESOLUTION" value="IGNORE" />
  15. </component>
  16. <component name="FileEditorManager">
  17. <leaf>
  18. <file leaf-file-name="PhoneBook.java" pinned="false" current-in-tab="true">
  19. <entry file="file://$PROJECT_DIR$/PhoneBook.java">
  20. <provider selected="true" editor-type-id="text-editor">
  21. <state relative-caret-position="120">
  22. <caret line="8" column="4" lean-forward="true" selection-start-line="8" selection-start-column="4" selection-end-line="8" selection-end-column="4" />
  23. </state>
  24. </provider>
  25. </entry>
  26. </file>
  27. <file leaf-file-name="PhoneBookTest.java" pinned="false" current-in-tab="false">
  28. <entry file="file://$PROJECT_DIR$/PhoneBookTest.java">
  29. <provider selected="true" editor-type-id="text-editor" />
  30. </entry>
  31. </file>
  32. </leaf>
  33. </component>
  34. <component name="Git.Settings">
  35. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  36. </component>
  37. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  38. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  39. <component name="JsGulpfileManager">
  40. <detection-done>true</detection-done>
  41. <sorting>DEFINITION_ORDER</sorting>
  42. </component>
  43. <component name="NodePackageJsonFileManager">
  44. <packageJsonPaths />
  45. </component>
  46. <component name="ProjectFrameBounds" extendedState="6">
  47. <option name="x" value="10" />
  48. <option name="y" value="43" />
  49. <option name="width" value="1260" />
  50. <option name="height" value="688" />
  51. </component>
  52. <component name="ProjectView">
  53. <navigator proportions="" version="1">
  54. <foldersAlwaysOnTop value="true" />
  55. </navigator>
  56. <panes>
  57. <pane id="Scope" />
  58. <pane id="ProjectPane">
  59. <subPane>
  60. <expand>
  61. <path>
  62. <item name="ZCW-PhoneBook" type="b2602c69:ProjectViewProjectNode" />
  63. <item name="ZCW-PhoneBook" type="462c0819:PsiDirectoryNode" />
  64. </path>
  65. </expand>
  66. <select />
  67. </subPane>
  68. </pane>
  69. <pane id="AndroidView" />
  70. <pane id="PackagesPane" />
  71. </panes>
  72. </component>
  73. <component name="PropertiesComponent">
  74. <property name="WebServerToolWindowFactoryState" value="false" />
  75. <property name="aspect.path.notification.shown" value="true" />
  76. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  77. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  78. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  79. </component>
  80. <component name="RecentsManager">
  81. <key name="MoveFile.RECENT_KEYS">
  82. <recent name="$PROJECT_DIR$/Test/java/io.zipcoder" />
  83. </key>
  84. </component>
  85. <component name="RunDashboard">
  86. <option name="ruleStates">
  87. <list>
  88. <RuleState>
  89. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  90. </RuleState>
  91. <RuleState>
  92. <option name="name" value="StatusDashboardGroupingRule" />
  93. </RuleState>
  94. </list>
  95. </option>
  96. </component>
  97. <component name="RunManager">
  98. <configuration default="true" type="Application" factoryName="Application">
  99. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  100. </configuration>
  101. <configuration default="true" type="JUnit" factoryName="JUnit">
  102. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  103. <option name="ALTERNATIVE_JRE_PATH" />
  104. <option name="PACKAGE_NAME" />
  105. <option name="MAIN_CLASS_NAME" />
  106. <option name="METHOD_NAME" />
  107. <option name="TEST_OBJECT" value="class" />
  108. <option name="VM_PARAMETERS" value="-ea" />
  109. <option name="PARAMETERS" />
  110. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  111. <option name="PASS_PARENT_ENVS" value="true" />
  112. <option name="TEST_SEARCH_SCOPE">
  113. <value defaultName="singleModule" />
  114. </option>
  115. <patterns />
  116. </configuration>
  117. <configuration default="true" type="TestNG" factoryName="TestNG">
  118. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  119. <option name="ALTERNATIVE_JRE_PATH" />
  120. <option name="SUITE_NAME" />
  121. <option name="PACKAGE_NAME" />
  122. <option name="MAIN_CLASS_NAME" />
  123. <option name="METHOD_NAME" />
  124. <option name="GROUP_NAME" />
  125. <option name="TEST_OBJECT" value="CLASS" />
  126. <option name="VM_PARAMETERS" value="-ea" />
  127. <option name="PARAMETERS" />
  128. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  129. <option name="OUTPUT_DIRECTORY" />
  130. <option name="PASS_PARENT_ENVS" value="true" />
  131. <option name="TEST_SEARCH_SCOPE">
  132. <value defaultName="singleModule" />
  133. </option>
  134. <option name="USE_DEFAULT_REPORTERS" value="false" />
  135. <option name="PROPERTIES_FILE" />
  136. <properties />
  137. <listeners />
  138. </configuration>
  139. </component>
  140. <component name="SvnConfiguration">
  141. <configuration />
  142. </component>
  143. <component name="TaskManager">
  144. <task active="true" id="Default" summary="Default task">
  145. <changelist id="cdde17a4-24c8-4cb3-95c5-3b9fbe37338f" name="Default" comment="" />
  146. <created>1529949194188</created>
  147. <option name="number" value="Default" />
  148. <option name="presentableId" value="Default" />
  149. <updated>1529949194188</updated>
  150. <workItem from="1529949195752" duration="806000" />
  151. </task>
  152. <servers />
  153. </component>
  154. <component name="TimeTrackingManager">
  155. <option name="totallyTimeSpent" value="806000" />
  156. </component>
  157. <component name="ToolWindowManager">
  158. <frame x="0" y="23" width="1280" height="717" extended-state="6" />
  159. <layout>
  160. <window_info anchor="right" id="Palette" />
  161. <window_info anchor="bottom" id="TODO" order="6" />
  162. <window_info anchor="right" id="Palette&#9;" />
  163. <window_info id="Image Layers" />
  164. <window_info anchor="right" id="Capture Analysis" />
  165. <window_info anchor="bottom" id="Event Log" side_tool="true" />
  166. <window_info anchor="right" id="Maven Projects" />
  167. <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
  168. <window_info anchor="bottom" id="Version Control" />
  169. <window_info anchor="bottom" id="Run" order="2" />
  170. <window_info anchor="bottom" id="Terminal" />
  171. <window_info id="Capture Tool" />
  172. <window_info id="Designer" />
  173. <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25" />
  174. <window_info anchor="right" id="Database" />
  175. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  176. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  177. <window_info id="UI Designer" />
  178. <window_info anchor="right" id="Theme Preview" />
  179. <window_info id="Favorites" side_tool="true" />
  180. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  181. <window_info anchor="bottom" id="Find" order="1" />
  182. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  183. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  184. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  185. <window_info anchor="bottom" id="Message" order="0" />
  186. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  187. </layout>
  188. </component>
  189. <component name="TypeScriptGeneratedFilesManager">
  190. <option name="version" value="1" />
  191. </component>
  192. <component name="VcsContentAnnotationSettings">
  193. <option name="myLimit" value="2678400000" />
  194. </component>
  195. <component name="editorHistoryManager">
  196. <entry file="file://$PROJECT_DIR$/PhoneBookTest.java">
  197. <provider selected="true" editor-type-id="text-editor" />
  198. </entry>
  199. <entry file="file://$PROJECT_DIR$/PhoneBook.java">
  200. <provider selected="true" editor-type-id="text-editor">
  201. <state relative-caret-position="120">
  202. <caret line="8" column="4" lean-forward="true" selection-start-line="8" selection-start-column="4" selection-end-line="8" selection-end-column="4" />
  203. </state>
  204. </provider>
  205. </entry>
  206. </component>
  207. <component name="masterDetails">
  208. <states>
  209. <state key="ProjectJDKs.UI">
  210. <settings>
  211. <last-edited>1.8</last-edited>
  212. <splitter-proportions>
  213. <option name="proportions">
  214. <list>
  215. <option value="0.2" />
  216. </list>
  217. </option>
  218. </splitter-proportions>
  219. </settings>
  220. </state>
  221. </states>
  222. </component>
  223. </project>