Question: Java program based on these parameters Fixed Part: Consider the phonebook application of Project 7. A solution to this project is given at the end
Java program based on these parameters Fixed Part: Consider the phonebook application of Project 7. A solution to this project is given at the end of this document. You can use this code or your own code in Project 8 as a basis for this assignment. Either way is fine. For the fixed part of this project (the 220 points) you must extend the program as follows: . Extend the record format to allow both limit of 8 characters for the fist name and 8 characrers for the last name. a first name and a last name. Keep the Include a command "a" (for alphabetize) to put the phonebook in alphabetical order. . Include a command "m"(for merge) to combine entries that may be duplicates or variants for a given person. For example, if John Smith has two entries, combine th notes into one entry, and if the phone numbers are different, put the second numbe in the notes. . Construct a Graphical User Interface GU) for the user using JavaFX. ou must ake the program object oriented. This means having a separate class for the internal representation of a phonebook, with methods like add, list, or delete. It also means having a separate class for the GUI aspects of the program. You must also follow the programming standards given in the file Program Standards for Java Course.doc
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
