vmm.xm3d
Class MainXM3D

java.lang.Object
  extended by vmm.xm3d.MainXM3D

public class MainXM3D
extends java.lang.Object

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

MainXM3D

public MainXM3D()
Method Detail

main

public static void main(java.lang.String[] args)