AWTExceptionHandler.register();
Frame frame = new Frame();
XApplet applet = new XApplet( args, frame );
frame.add( applet );
frame.validate();
}
/**
* A default constructor. Most of the setup work is actually done by the initialize
* method and is called by the main method or the init method depending on