public class Licences extends Object
These are used in the presentation of a standard 'About' frame.
| Modifier and Type | Field and Description |
|---|---|
static String |
GPL
The GNU General Public Licence.
|
static String |
LGPL
The GNU Lesser General Public Licence.
|
| Constructor and Description |
|---|
Licences() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 String GPL
public static final String LGPL
public static Licences getInstance()
public String getGPL()
public String getLGPL()
Copyright © 2009-2012 jtstand.com. All Rights Reserved.