edu.princeton.toy
public class TMain extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getBuildDate()
Returns the build date, as parsed from the version file.
|
static java.awt.Image |
getFrameIcon()
Returns the frame icon that should be used in this OS.
|
static java.lang.String |
getVersion()
Returns the version, as parsed from the version file.
|
static void |
main(java.lang.String[] arguments)
Parses the version file, launches a splash window until all the example, image, and parameter
managers are ready.
|
public static void main(java.lang.String[] arguments)
public static java.lang.String getVersion()
public static java.lang.String getBuildDate()
public static java.awt.Image getFrameIcon()