// UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
// } catch (Exception e) {
// }
// }
ApplicationStartupFactory startupFactory=new ApplicationStartupFactory(opts); //put before to initialize standalone flag
MainFrame frame = new MainFrame(Messages.getContextString("Text.ApplicationTitle"), null, null);
boolean doWelcome = true; // to do see if project param exists in args
startupFactory.instanceFromNewSession(frame,doWelcome);
}