8990919293949596979899
// SWTUILauncher swt_launcher = new SWTUILauncher(); // swt_launcher.start(); } else if( ui_type.equals( SWING_UI ) ) { ui_instance = new JMuleSwingUI(); } else { throw new JMuleUIManagerException("Unknown ui type : " + ui_type); }