Skip to content

DeltechJavaAcademy/Java-Swing-FamilyTree-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Java-Swing-Checkers

Your goal is to implement the logic needed for a Family Tree tool. All the animations are taken care of by the view, no work is needed there. All off your logic should be in the update method of the Model. All functionality should be unit tested.

Part One

Requirements

  • The system loads in the user data on start up
  • The user view the family tree
  • The user can view a set of people by generation
  • The user can see a list of all the family members names and marital status

Part Two

Requirements

  • The user can see a list of people sorted by age
  • The user can see info on a specific person

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages