Design and implement in java a graphical user interface gui


Design and implement (in Java) a graphical user interface (GUI) program for recording information about a family tree.

You can assume that a family member has some immediate relatives: i.e., a mother and father(maybe unknown), zero or one spouses and zero or more children. A family member also has a first name, a surname at birth, a surname after marriage, a gender, an address and a paragraph of text describing what is known about their life. Obviously, this is a simplified version of reality.

An address has a street number, street name, suburb and postcode. A family tree contains this information for a whole bunch of related people.

The program can be started in editing mode or viewing mode. In viewing mode, the GUI shows details for one person at a time. A family tree will have a

specified starting person. From the GUI the user will be able to change the displayed person to (display) one of the immediate relatives of the current person.

In editing mode, the user can choose to start a new empty family tree or edit an existing one. A new family member can be added as an immediate relative of an existing person or the names, address, or text for an existing person can be changed. It is not necessary for this basic software to allow the user to be able to link an already existing person into a new role, e.g. as the mother of another already existing person.

The software should allow a user to conveniently enter their own family tree and have it stored for subsequent editing and viewing.

Set up a couple of demonstration family trees which you submit and give clear instructions in the User Guide on the use of those family trees.

Note that your program should compile and run under Java SE 8 and the NetBeans IDE.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Design and implement in java a graphical user interface gui
Reference No:- TGS01492906

Now Priced at $30 (50% Discount)

Recommended (94%)

Rated (4.6/5)