Class Contributor

java.lang.Object
org.jfree.ui.about.Contributor

public class Contributor extends Object
A simple class representing a contributor to a software project.

Used in the AboutFrame class.

  • Field Details

    • name

      private String name
      The name.
    • email

      private String email
      The e-mail address.
  • Constructor Details

    • Contributor

      public Contributor(String name, String email)
      Creates a new contributor.
      Parameters:
      name - the name.
      email - the e-mail address.
  • Method Details

    • getName

      public String getName()
      Returns the contributor's name.
      Returns:
      the contributor's name.
    • getEmail

      public String getEmail()
      Returns the contributor's e-mail address.
      Returns:
      the contributor's e-mail address.