MyEclipse Matisse4MyEclipse Contact Manager Example Project

* License

This project is provided under the Apache 2 license, please see LICENSE.txt for
details.

* Description

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

Contact information is read/written to a simple properties file in the /resources
directory called "Contacts.properties". The contents of the file is 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 5.5 or later
	* Matisse4MyEclipse installed (Use MyEclipse > Add Features... to install
	Matisse4MyEclipse if it hasn't been added already)

* How to Run

The project is run by executing the com.myeclipseide.examples.m4m.Main class.

* Related Links
	
	* Matisse4MyEclipse (M4M) Installation - http://www.myeclipseide.com/documentation/quickstarts/m4minstall/
	* Matisse4MyEclipse (M4M) Tutorial - http://www.myeclipseide.com/documentation/quickstarts/m4m/

* 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 Example 
Project Forum (http://www.myeclipseide.com/PNphpBB2-viewforum-f-54.html) and 
let us know. Also if you had any suggestions for improvements, noticed something 
wrong or just wanted to ask questions we encourage you to post and let us know!