public class Contributor extends java.lang.Object
Used in the AboutFrame class.
Constructor | Description |
---|---|
Contributor(java.lang.String name,
java.lang.String email) |
Creates a new contributor.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getEmail() |
Returns the contributor's e-mail address.
|
java.lang.String |
getName() |
Returns the contributor's name.
|
public Contributor(java.lang.String name, java.lang.String email)
name
- the name.email
- the e-mail address.