Please use JDK 1.8
Contacts Management:
Create a swing GUI application to manage contact information.
Create a class Contact with details like Name, mobile number, type of conctact(family, official).
Create another class called ContactManagement. In this class create an ArrayList to store the objects of contact class objects. Create methods to perform following activities.
– Add a contact into array list. This method should receive a contact class object and insert it into array list. Before insert, iterate the array list and check the new contact mobile number already exist the array list contacts. If exists, throw user defined exception “Duplicate Contact”.
– Search contact – this method should accept a name and searches it in the array list. This method should return all the contact names which contains input name as a substring. Example if input is “Raj” then all names which contains “Raj” and their mobile number must be concatenated into single string and stored in a temporary array list. this method should return that array list.
– Display contacts – this method should return array list sorted by mobile number.
In swing application create text fields to get inputs(name and mobile number) and drop down list to get type of contact. Create three buttons, “Add contact”, “Search Contact” and “Display All Contacts”.
– Add Contact button – read the information from text fields and drop down list and pass this information to add contact method of contact management class to store the details in the array list.
– Search contact – read name from text field and pass this to search contact method of contact management class. If contact found display details in a text area, otherwise display the respective error message in the same text area.
– Display All Contacts – call the display contacts method from contact management class and get the list of contacts. Display all contacts in a text area by iterating the array list. (Concatenate all contact details into one single string and set this string to text area).
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more