org.jfree.ui.about
public class Contributor extends Object
Used in the AboutFrame class.
| Constructor Summary | |
|---|---|
| Contributor(String name, String email)
Creates a new contributor.
| |
| Method Summary | |
|---|---|
| String | getEmail()
Returns the contributor's e-mail address.
|
| String | getName()
Returns the contributor's name.
|
Parameters: name the name. email the e-mail address.
Returns: the contributor's e-mail address.
Returns: the contributor's name.