Package org.jfree.ui.about
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.
- Author:
- David Gilbert
-
-
Constructor Summary
Constructors Constructor Description Contributor(String name, String email)
Creates a new contributor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEmail()
Returns the contributor's e-mail address.String
getName()
Returns the contributor's name.
-