public class Version
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
Version.BrowseTo |
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
BR |
private static java.util.logging.Logger |
LOGGER |
private static java.lang.String |
NOTE |
private static java.lang.String |
P |
private static java.lang.String |
SIMKIT_COPYRIGHT
Contains the copyright statement.
|
private static java.lang.String |
SIMKIT_MESSAGE
Contains information on the GNU license.
|
private static java.lang.String |
SIMKIT_VERSION
Contains version information.
|
private static int |
SUBSUBVERSION_NUMBER |
private static int |
SUBVERSION_NUMBER |
private static int |
VERSION_NUMBER |
Constructor and Description |
---|
Version()
Create and display the information window.
|
Modifier and Type | Method and Description |
---|---|
void |
exit()
Cause the program to exit, closing the information box.
|
static java.lang.String |
getCopyright() |
static java.lang.String |
getMessage() |
static int |
getSubSubVersionNumber() |
static int |
getSubVersionNumber() |
static java.lang.String |
getVersion() |
static int |
getVersionNumber() |
static boolean |
isAtLeastVersion(java.lang.String otherVersion) |
static void |
main(java.lang.String[] args)
Create and display the information window.
|
private static final java.util.logging.Logger LOGGER
private static java.lang.String SIMKIT_VERSION
private static java.lang.String SIMKIT_COPYRIGHT
private static java.lang.String SIMKIT_MESSAGE
private static final java.lang.String P
private static final java.lang.String BR
private static java.lang.String NOTE
private static final int VERSION_NUMBER
private static final int SUBVERSION_NUMBER
private static final int SUBSUBVERSION_NUMBER
public Version()
public static int getVersionNumber()
public static int getSubVersionNumber()
public static int getSubSubVersionNumber()
public static boolean isAtLeastVersion(java.lang.String otherVersion)
public void exit()
public static final java.lang.String getCopyright()
public static final java.lang.String getMessage()
public static final java.lang.String getVersion()
public static void main(java.lang.String[] args) throws java.lang.Throwable
args
- Given command line arguments (not used)java.lang.Throwable
- if something throws an Exception somewhere