Build a simple PhoneBook program.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="cb125da0-90b8-46e4-b936-89bfc9d100db" 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$/PhoneBookTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/PhoneBookTest.java" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/package.bluej" beforeDir="false" afterPath="$PROJECT_DIR$/package.bluej" afterDir="false" />
  9. </list>
  10. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  11. <option name="TRACKING_ENABLED" value="true" />
  12. <option name="SHOW_DIALOG" value="false" />
  13. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  14. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  15. <option name="LAST_RESOLUTION" value="IGNORE" />
  16. </component>
  17. <component name="FileEditorManager">
  18. <leaf>
  19. <file leaf-file-name="PhoneBook.java" pinned="false" current-in-tab="false">
  20. <entry file="file://$PROJECT_DIR$/PhoneBook.java">
  21. <provider selected="true" editor-type-id="text-editor">
  22. <state relative-caret-position="135">
  23. <caret line="9" selection-start-line="9" selection-end-line="9" />
  24. </state>
  25. </provider>
  26. </entry>
  27. </file>
  28. <file leaf-file-name="PhoneBookTest.java" pinned="false" current-in-tab="true">
  29. <entry file="file://$PROJECT_DIR$/PhoneBookTest.java">
  30. <provider selected="true" editor-type-id="text-editor">
  31. <state relative-caret-position="300">
  32. <caret line="25" selection-start-line="25" selection-end-line="25" />
  33. <folding>
  34. <element signature="e#581#582#0" expanded="true" />
  35. <element signature="e#634#635#0" expanded="true" />
  36. </folding>
  37. </state>
  38. </provider>
  39. </entry>
  40. </file>
  41. </leaf>
  42. </component>
  43. <component name="Git.Settings">
  44. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  45. </component>
  46. <component name="IdeDocumentHistory">
  47. <option name="CHANGED_PATHS">
  48. <list>
  49. <option value="$PROJECT_DIR$/pets" />
  50. <option value="$APPLICATION_CONFIG_DIR$/scratches/scratch_1.java" />
  51. </list>
  52. </option>
  53. </component>
  54. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  55. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  56. <component name="JsFlowSettings">
  57. <service-enabled>true</service-enabled>
  58. <exe-path />
  59. <other-services-enabled>true</other-services-enabled>
  60. <auto-save>true</auto-save>
  61. </component>
  62. <component name="JsGulpfileManager">
  63. <detection-done>true</detection-done>
  64. <sorting>DEFINITION_ORDER</sorting>
  65. </component>
  66. <component name="NodePackageJsonFileManager">
  67. <packageJsonPaths />
  68. </component>
  69. <component name="ProjectFrameBounds">
  70. <option name="x" value="202" />
  71. <option name="y" value="167" />
  72. <option name="width" value="1401" />
  73. <option name="height" value="721" />
  74. </component>
  75. <component name="ProjectView">
  76. <navigator proportions="" version="1">
  77. <foldersAlwaysOnTop value="true" />
  78. </navigator>
  79. <panes>
  80. <pane id="PackagesPane" />
  81. <pane id="ProjectPane">
  82. <subPane>
  83. <expand>
  84. <path>
  85. <item name="ZCW-PhoneBook" type="b2602c69:ProjectViewProjectNode" />
  86. <item name="ZCW-PhoneBook" type="462c0819:PsiDirectoryNode" />
  87. </path>
  88. <path>
  89. <item name="ZCW-PhoneBook" type="b2602c69:ProjectViewProjectNode" />
  90. <item name="ZCW-PhoneBook" type="462c0819:PsiDirectoryNode" />
  91. <item name=".idea" type="462c0819:PsiDirectoryNode" />
  92. </path>
  93. <path>
  94. <item name="ZCW-PhoneBook" type="b2602c69:ProjectViewProjectNode" />
  95. <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
  96. </path>
  97. <path>
  98. <item name="ZCW-PhoneBook" type="b2602c69:ProjectViewProjectNode" />
  99. <item name="Scratches and Consoles" type="1a2a3e82:ScratchProjectViewPane$MyProjectNode" />
  100. </path>
  101. <path>
  102. <item name="ZCW-PhoneBook" type="b2602c69:ProjectViewProjectNode" />
  103. <item name="Scratches and Consoles" type="1a2a3e82:ScratchProjectViewPane$MyProjectNode" />
  104. <item name="Scratches" type="d62648e6:ScratchProjectViewPane$MyRootNode" />
  105. </path>
  106. </expand>
  107. <select />
  108. </subPane>
  109. </pane>
  110. <pane id="AndroidView" />
  111. <pane id="Scope" />
  112. </panes>
  113. </component>
  114. <component name="PropertiesComponent">
  115. <property name="WebServerToolWindowFactoryState" value="false" />
  116. <property name="aspect.path.notification.shown" value="true" />
  117. <property name="com.intellij.ide.scratch.LRUPopupBuilder$1/New Scratch File" value="JAVA" />
  118. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  119. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  120. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  121. <property name="settings.editor.selected.configurable" value="File.Encoding" />
  122. </component>
  123. <component name="RunDashboard">
  124. <option name="ruleStates">
  125. <list>
  126. <RuleState>
  127. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  128. </RuleState>
  129. <RuleState>
  130. <option name="name" value="StatusDashboardGroupingRule" />
  131. </RuleState>
  132. </list>
  133. </option>
  134. </component>
  135. <component name="RunManager">
  136. <configuration default="true" type="Application" factoryName="Application">
  137. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  138. </configuration>
  139. <configuration default="true" type="JUnit" factoryName="JUnit">
  140. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  141. <option name="ALTERNATIVE_JRE_PATH" />
  142. <option name="PACKAGE_NAME" />
  143. <option name="MAIN_CLASS_NAME" />
  144. <option name="METHOD_NAME" />
  145. <option name="TEST_OBJECT" value="class" />
  146. <option name="VM_PARAMETERS" value="-ea" />
  147. <option name="PARAMETERS" />
  148. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  149. <option name="PASS_PARENT_ENVS" value="true" />
  150. <option name="TEST_SEARCH_SCOPE">
  151. <value defaultName="singleModule" />
  152. </option>
  153. <patterns />
  154. </configuration>
  155. <configuration default="true" type="TestNG" factoryName="TestNG">
  156. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  157. <option name="ALTERNATIVE_JRE_PATH" />
  158. <option name="SUITE_NAME" />
  159. <option name="PACKAGE_NAME" />
  160. <option name="MAIN_CLASS_NAME" />
  161. <option name="METHOD_NAME" />
  162. <option name="GROUP_NAME" />
  163. <option name="TEST_OBJECT" value="CLASS" />
  164. <option name="VM_PARAMETERS" value="-ea" />
  165. <option name="PARAMETERS" />
  166. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  167. <option name="OUTPUT_DIRECTORY" />
  168. <option name="PASS_PARENT_ENVS" value="true" />
  169. <option name="TEST_SEARCH_SCOPE">
  170. <value defaultName="singleModule" />
  171. </option>
  172. <option name="USE_DEFAULT_REPORTERS" value="false" />
  173. <option name="PROPERTIES_FILE" />
  174. <properties />
  175. <listeners />
  176. </configuration>
  177. </component>
  178. <component name="SvnConfiguration">
  179. <configuration />
  180. </component>
  181. <component name="TaskManager">
  182. <task active="true" id="Default" summary="Default task">
  183. <changelist id="cb125da0-90b8-46e4-b936-89bfc9d100db" name="Default" comment="" />
  184. <created>1528392361016</created>
  185. <option name="number" value="Default" />
  186. <option name="presentableId" value="Default" />
  187. <updated>1528392361016</updated>
  188. <workItem from="1528392362380" duration="10476000" />
  189. </task>
  190. <servers />
  191. </component>
  192. <component name="TimeTrackingManager">
  193. <option name="totallyTimeSpent" value="10476000" />
  194. </component>
  195. <component name="ToolWindowManager">
  196. <frame x="202" y="167" width="1401" height="721" extended-state="0" />
  197. <layout>
  198. <window_info anchor="right" id="Palette" order="5" />
  199. <window_info anchor="bottom" id="TODO" order="11" />
  200. <window_info anchor="right" id="Palette&#9;" order="1" />
  201. <window_info id="Image Layers" order="4" />
  202. <window_info anchor="right" id="Capture Analysis" order="0" />
  203. <window_info anchor="bottom" id="Event Log" order="3" side_tool="true" />
  204. <window_info anchor="right" id="Maven Projects" order="4" />
  205. <window_info anchor="bottom" id="Database Changes" order="1" show_stripe_button="false" />
  206. <window_info anchor="bottom" id="Run" order="7" />
  207. <window_info anchor="bottom" id="Version Control" order="4" />
  208. <window_info anchor="bottom" id="Terminal" order="2" />
  209. <window_info id="Capture Tool" order="2" />
  210. <window_info anchor="bottom" id="TypeScript" order="0" />
  211. <window_info id="Designer" order="0" />
  212. <window_info active="true" content_ui="combo" id="Project" order="5" visible="true" weight="0.24944812" />
  213. <window_info anchor="right" id="Database" order="3" />
  214. <window_info id="Structure" order="6" side_tool="true" weight="0.25" />
  215. <window_info anchor="right" id="Ant Build" order="7" weight="0.25" />
  216. <window_info id="UI Designer" order="1" />
  217. <window_info anchor="right" id="Theme Preview" order="2" />
  218. <window_info anchor="bottom" id="Debug" order="8" weight="0.4" />
  219. <window_info id="Favorites" order="3" side_tool="true" />
  220. <window_info anchor="bottom" id="Find" order="6" />
  221. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="6" type="SLIDING" weight="0.4" />
  222. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="8" weight="0.25" />
  223. <window_info anchor="bottom" id="Inspection" order="10" weight="0.4" />
  224. <window_info anchor="bottom" id="Message" order="5" />
  225. <window_info anchor="bottom" id="Cvs" order="9" weight="0.25" />
  226. </layout>
  227. </component>
  228. <component name="TypeScriptGeneratedFilesManager">
  229. <option name="version" value="1" />
  230. </component>
  231. <component name="VcsContentAnnotationSettings">
  232. <option name="myLimit" value="2678400000" />
  233. </component>
  234. <component name="editorHistoryManager">
  235. <entry file="file://$PROJECT_DIR$/pets">
  236. <provider selected="true" editor-type-id="text-editor">
  237. <state relative-caret-position="15">
  238. <caret line="1" lean-forward="true" selection-start-line="1" selection-end-line="1" />
  239. </state>
  240. </provider>
  241. </entry>
  242. <entry file="file://$PROJECT_DIR$/PhoneBook.java">
  243. <provider selected="true" editor-type-id="text-editor">
  244. <state relative-caret-position="135">
  245. <caret line="9" selection-start-line="9" selection-end-line="9" />
  246. </state>
  247. </provider>
  248. </entry>
  249. <entry file="file://$APPLICATION_CONFIG_DIR$/scratches/scratch_1.java">
  250. <provider selected="true" editor-type-id="text-editor">
  251. <state relative-caret-position="30">
  252. <caret line="2" column="9" selection-start-line="2" selection-start-column="9" selection-end-line="2" selection-end-column="9" />
  253. <folding>
  254. <element signature="e#59#60#0" expanded="true" />
  255. <element signature="e#71#72#0" expanded="true" />
  256. </folding>
  257. </state>
  258. </provider>
  259. </entry>
  260. <entry file="file://$PROJECT_DIR$/PhoneBookTest.java">
  261. <provider selected="true" editor-type-id="text-editor">
  262. <state relative-caret-position="300">
  263. <caret line="25" selection-start-line="25" selection-end-line="25" />
  264. <folding>
  265. <element signature="e#581#582#0" expanded="true" />
  266. <element signature="e#634#635#0" expanded="true" />
  267. </folding>
  268. </state>
  269. </provider>
  270. </entry>
  271. </component>
  272. </project>