creates a family tree by adding relative to a known relative and displays the family tree. Inspired by the complicated Asian family structure, the program tells the user by which title he or she should call the relative by.
download all the files, unzip javafoundations.zip; A java development environment like BlueJ https://bluej.org run FamilyTree.java to get the interface.
open package.bluej right click FamilyTree Class and select void main(String[] args) and then click run
In the interface, select Add Member tab to add family members. The family tree diagram will be shown in the Tree tab.
Yige Zhu, Coco Kneer, Melory So