Build a simple PhoneBook program.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="30e68ca8-7783-4c1b-9876-3233532df435" name="Default" comment="">
  5. <change beforePath="$PROJECT_DIR$/PhoneBook.java" beforeDir="false" afterPath="$PROJECT_DIR$/PhoneBook.java" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/PhoneBookTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/PhoneBookTest.java" afterDir="false" />
  7. </list>
  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. </component>
  18. <component name="Git.Settings">
  19. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  20. </component>
  21. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  22. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  23. <component name="JsGulpfileManager">
  24. <detection-done>true</detection-done>
  25. <sorting>DEFINITION_ORDER</sorting>
  26. </component>
  27. <component name="NodePackageJsonFileManager">
  28. <packageJsonPaths />
  29. </component>
  30. <component name="ProjectFrameBounds" extendedState="6">
  31. <option name="width" value="1440" />
  32. <option name="height" value="900" />
  33. </component>
  34. <component name="ProjectView">
  35. <navigator proportions="" version="1">
  36. <foldersAlwaysOnTop value="true" />
  37. </navigator>
  38. <panes>
  39. <pane id="ProjectPane">
  40. <subPane>
  41. <expand>
  42. <path>
  43. <item name="ZCW-PhoneBook" type="b2602c69:ProjectViewProjectNode" />
  44. <item name="ZCW-PhoneBook" type="462c0819:PsiDirectoryNode" />
  45. </path>
  46. </expand>
  47. <select />
  48. </subPane>
  49. </pane>
  50. <pane id="AndroidView" />
  51. <pane id="Scope" />
  52. <pane id="PackagesPane" />
  53. </panes>
  54. </component>
  55. <component name="PropertiesComponent">
  56. <property name="WebServerToolWindowFactoryState" value="false" />
  57. <property name="aspect.path.notification.shown" value="true" />
  58. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  59. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  60. <property name="project.structure.last.edited" value="Modules" />
  61. <property name="project.structure.proportion" value="0.15" />
  62. <property name="project.structure.side.proportion" value="0.2" />
  63. <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
  64. </component>
  65. <component name="RecentsManager">
  66. <key name="MoveFile.RECENT_KEYS">
  67. <recent name="$PROJECT_DIR$/src/main" />
  68. </key>
  69. </component>
  70. <component name="RunDashboard">
  71. <option name="ruleStates">
  72. <list>
  73. <RuleState>
  74. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  75. </RuleState>
  76. <RuleState>
  77. <option name="name" value="StatusDashboardGroupingRule" />
  78. </RuleState>
  79. </list>
  80. </option>
  81. </component>
  82. <component name="RunManager">
  83. <configuration default="true" type="Application" factoryName="Application">
  84. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  85. </configuration>
  86. <configuration default="true" type="JUnit" factoryName="JUnit">
  87. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  88. <option name="ALTERNATIVE_JRE_PATH" />
  89. <option name="PACKAGE_NAME" />
  90. <option name="MAIN_CLASS_NAME" />
  91. <option name="METHOD_NAME" />
  92. <option name="TEST_OBJECT" value="class" />
  93. <option name="VM_PARAMETERS" value="-ea" />
  94. <option name="PARAMETERS" />
  95. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  96. <option name="PASS_PARENT_ENVS" value="true" />
  97. <option name="TEST_SEARCH_SCOPE">
  98. <value defaultName="singleModule" />
  99. </option>
  100. <patterns />
  101. </configuration>
  102. <configuration default="true" type="TestNG" factoryName="TestNG">
  103. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  104. <option name="ALTERNATIVE_JRE_PATH" />
  105. <option name="SUITE_NAME" />
  106. <option name="PACKAGE_NAME" />
  107. <option name="MAIN_CLASS_NAME" />
  108. <option name="METHOD_NAME" />
  109. <option name="GROUP_NAME" />
  110. <option name="TEST_OBJECT" value="CLASS" />
  111. <option name="VM_PARAMETERS" value="-ea" />
  112. <option name="PARAMETERS" />
  113. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  114. <option name="OUTPUT_DIRECTORY" />
  115. <option name="PASS_PARENT_ENVS" value="true" />
  116. <option name="TEST_SEARCH_SCOPE">
  117. <value defaultName="singleModule" />
  118. </option>
  119. <option name="USE_DEFAULT_REPORTERS" value="false" />
  120. <option name="PROPERTIES_FILE" />
  121. <properties />
  122. <listeners />
  123. </configuration>
  124. </component>
  125. <component name="SvnConfiguration">
  126. <configuration />
  127. </component>
  128. <component name="TaskManager">
  129. <task active="true" id="Default" summary="Default task">
  130. <changelist id="30e68ca8-7783-4c1b-9876-3233532df435" name="Default" comment="" />
  131. <created>1530310191141</created>
  132. <option name="number" value="Default" />
  133. <option name="presentableId" value="Default" />
  134. <updated>1530310191141</updated>
  135. <workItem from="1530310194316" duration="484000" />
  136. </task>
  137. <servers />
  138. </component>
  139. <component name="TimeTrackingManager">
  140. <option name="totallyTimeSpent" value="484000" />
  141. </component>
  142. <component name="ToolWindowManager">
  143. <frame x="0" y="23" width="1440" height="828" extended-state="6" />
  144. <editor active="true" />
  145. <layout>
  146. <window_info anchor="right" id="Palette" />
  147. <window_info anchor="bottom" id="TODO" order="6" />
  148. <window_info anchor="right" id="Palette&#9;" />
  149. <window_info id="Image Layers" />
  150. <window_info anchor="right" id="Capture Analysis" />
  151. <window_info anchor="bottom" id="Event Log" side_tool="true" />
  152. <window_info anchor="right" id="Maven Projects" />
  153. <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
  154. <window_info anchor="bottom" id="Run" order="2" />
  155. <window_info anchor="bottom" id="Version Control" />
  156. <window_info anchor="bottom" id="Terminal" />
  157. <window_info id="Capture Tool" />
  158. <window_info id="Designer" />
  159. <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.33547926" />
  160. <window_info anchor="right" id="Database" />
  161. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  162. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  163. <window_info id="UI Designer" />
  164. <window_info anchor="right" id="Theme Preview" />
  165. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  166. <window_info id="Favorites" side_tool="true" />
  167. <window_info anchor="bottom" id="Find" order="1" />
  168. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  169. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  170. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  171. <window_info anchor="bottom" id="Message" order="0" />
  172. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  173. </layout>
  174. </component>
  175. <component name="TypeScriptGeneratedFilesManager">
  176. <option name="version" value="1" />
  177. </component>
  178. <component name="VcsContentAnnotationSettings">
  179. <option name="myLimit" value="2678400000" />
  180. </component>
  181. <component name="editorHistoryManager">
  182. <entry file="file://$PROJECT_DIR$/src/main/PhoneBook.java">
  183. <provider selected="true" editor-type-id="text-editor" />
  184. </entry>
  185. </component>
  186. <component name="masterDetails">
  187. <states>
  188. <state key="ArtifactsStructureConfigurable.UI">
  189. <settings>
  190. <artifact-editor />
  191. <splitter-proportions>
  192. <option name="proportions">
  193. <list>
  194. <option value="0.2" />
  195. </list>
  196. </option>
  197. </splitter-proportions>
  198. </settings>
  199. </state>
  200. <state key="FacetStructureConfigurable.UI">
  201. <settings>
  202. <last-edited>No facets are configured</last-edited>
  203. <splitter-proportions>
  204. <option name="proportions">
  205. <list>
  206. <option value="0.2" />
  207. </list>
  208. </option>
  209. </splitter-proportions>
  210. </settings>
  211. </state>
  212. <state key="GlobalLibrariesConfigurable.UI">
  213. <settings>
  214. <splitter-proportions>
  215. <option name="proportions">
  216. <list>
  217. <option value="0.2" />
  218. </list>
  219. </option>
  220. </splitter-proportions>
  221. </settings>
  222. </state>
  223. <state key="JdkListConfigurable.UI">
  224. <settings>
  225. <last-edited>1.8</last-edited>
  226. <splitter-proportions>
  227. <option name="proportions">
  228. <list>
  229. <option value="0.2" />
  230. </list>
  231. </option>
  232. </splitter-proportions>
  233. </settings>
  234. </state>
  235. <state key="ModuleStructureConfigurable.UI">
  236. <settings>
  237. <last-edited>ZCW-PhoneBook</last-edited>
  238. <splitter-proportions>
  239. <option name="proportions">
  240. <list>
  241. <option value="0.2" />
  242. <option value="0.6" />
  243. </list>
  244. </option>
  245. </splitter-proportions>
  246. </settings>
  247. </state>
  248. <state key="ProjectLibrariesConfigurable.UI">
  249. <settings>
  250. <splitter-proportions>
  251. <option name="proportions">
  252. <list>
  253. <option value="0.2" />
  254. </list>
  255. </option>
  256. </splitter-proportions>
  257. </settings>
  258. </state>
  259. </states>
  260. </component>
  261. </project>