public class Licences extends java.lang.Object
These are used in the presentation of a standard 'About' frame.
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
GPL |
The GNU General Public Licence.
|
static java.lang.String |
LGPL |
The GNU Lesser General Public Licence.
|
Constructor | Description |
---|---|
Licences() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getGPL() |
Returns the GPL text in a non static way to prevent the compiler
to copy the contents of the field.
|
static Licences |
getInstance() |
Returns a reference to this class.
|
java.lang.String |
getLGPL() |
Returns the LGPL text in a non static way to prevent the compiler
to copy the contents of the field.
|
public static final java.lang.String GPL
public static final java.lang.String LGPL
public Licences()
public static Licences getInstance()
public java.lang.String getGPL()
public java.lang.String getLGPL()