width = GettingStartedWizardSize.x;
if (height > GettingStartedWizardSize.y)
height = GettingStartedWizardSize.y;
return openWizardSuccessfully(shell,
new GettingStartedWizard(showConfigNote), new Point(
width, height));
}
});
} catch (Exception e) {
log.error("could not create getting started wizard", e);