|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vmm.xm3d.MainXM3D
public class MainXM3D
A main class that opens a window, possibly with options specified
as command-line arguemnts.
Command line argments can include an option "--Locale=xx" where
xx is the two-letter language code to be used in I18n
;
there can also be an argument specifying an Exhibit
to be shown when the program is launched -- this argument
should be either the full class name of an Exhibit class or
the full resource file name, ending in ".xml", for an xml settings file).
Any other command line arguments are ignored.
Constructor Summary | |
---|---|
MainXM3D()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MainXM3D()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |