if (_pref.getUIType().equals(JMuleUIManager.SWT_UI)) {
// first of all we must start the swt thread
SWTThread.getInstance().initialize();
SWTThread.getInstance().start();
splash = new SWTSplash();
}
splash.splashOn();
splash.increaseProgress(5, "Initialize the system");