|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.princeton.toy.TMain
public class TMain
TMain is the class which contains the main function for the X-TOY application. It also parses the version file.
Method Summary | |
---|---|
static String |
getBuildDate()
Returns the build date, as parsed from the version file. |
static Image |
getFrameIcon()
Returns the frame icon that should be used in this OS. |
static String |
getVersion()
Returns the version, as parsed from the version file. |
static void |
main(String[] arguments)
Parses the version file, launches a splash window until all the example, image, and parameter managers are ready. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(String[] arguments)
public static String getVersion()
public static String getBuildDate()
public static Image getFrameIcon()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |