Class PersonPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PersonPanel extends JPanel
This class is a JPanel that displays a Person.
See Also:
  • Constructor Details

  • Method Details

    • showPerson

      public void showPerson(Person person)
      Displays information about a Person in this PersonPanel.
    • showFather

      public Person showFather()
      Displays and returns the current person's father
    • showMother

      public Person showMother()
      Displays the current person's mother