public static void launch() {
new LogonWindow().display();
}
public static void main( String[] args ) {
FrameworkUtils.setCmdLineArgs(args);
AppletConnectionInfo client = null;
try {
client = UIutils.initialiseGuiSystem();
launch();
} catch (Throwable e) {
ErrorMgr.showErrors(null, "Unhandled exception", e);