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