MyEclipse Contact Manager Example Project

* Description

This project is a simple contact editor that uses the Swing Designer editor 
to design and implement the UI forms for each portion of the contact manager.

From the context menu of the EditContactDialog or ManageContactFrame classes, 
choose Open With > WindowBuilder Editor to modify the UI using the Window Builder designer.

Contact information is read/written to a simple properties file in the /resources
directory called "Contacts.properties". This file contains a simple
comma-delimited list of contact information in the form of:
	* First Name
	* Last Name
	* Email Address
	* Phone Number
	* Note

The Contacts.properties file shouldn't be hand edited *while* the Contact 
Manager is running.

* Requirements

	* MyEclipse 2013 or later
	* Swing Designer for MyEclipse

* How to Run

=> To launch the 'ContactManagerApplication', right click on the project and choose Run As > Java Application.  
=> If you are prompted to select the class with the main method, choose the Main.java class 
   from the com.myeclipseide.examples.swing package 


* Related Links
	
	* Please see the Window Builder section of the MyEclipse Help Documentation for more details.
	
* Feedback

We hope you found this example project helpful. If you ran into any problems while working with the example project, 
please feel free to post to our support forums(http://myeclipseide.com/forums) and let us know. 
Also if you have any suggestions for improvements, noticed something wrong or just wanted to ask questions we encourage 
you to post and let us know!