org.jfree.ui.about
Class Contributor
java.lang.Object
org.jfree.ui.about.Contributor
A simple class representing a contributor to a software project.
Used in the AboutFrame class.
Contributor(String name, String email) - Creates a new contributor.
|
String | getEmail() - Returns the contributor's e-mail address.
|
String | getName() - Returns the contributor's name.
|
Contributor
public Contributor(String name,
String email)
Creates a new contributor.
name
- the name.email
- the e-mail address.
getEmail
public String getEmail()
Returns the contributor's e-mail address.
- the contributor's e-mail address.
getName
public String getName()
Returns the contributor's name.