Class ContributorsPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ContributorsPanel extends JPanel
A panel containing a table that lists the contributors to a project.

Used in the AboutFrame class.

Author:
David Gilbert
See Also:
  • Constructor Details

    • ContributorsPanel

      public ContributorsPanel(List contributors)
      Creates a new contributors panel.
      Parameters:
      contributors - a list of contributors (represented by Contributor objects).