workingDir = props.getProperty(Constants.PROP_APPLICATION_WORKING_DIR, ".");
String model = props.getProperty(Constants.PROP_PROJECT_LAUNCHER_MODEL);
if (model == null || model.equals(""))
launchCommand = createLaunchCommand(props);
else {
IRuntimeLauncherModel launcherModel = LauncherModelHelper.getLauncherModel(model);
launchCommand = launcherModel.createLaunchCommand(props);
}
setModal(true);
PanelBuilder builder = new PanelBuilder(new FormLayout("pref:grow, 3dlu, pref",
"pref, 3dlu, fill:p:grow, 3dlu, pref, 3dlu, fill:p:grow, 3dlu, pref, 3dlu, fill:p:grow, 3dlu, pref"));
CellConstraints cellconstraints = new CellConstraints();