/**
* Opens a {@link ShareProjectAddBuddiesWizard} in the SWT thread and
* returns the displayed instance in case of success.
*/
public static ShareProjectAddBuddiesWizard openShareProjectAddBuddiesWizard() {
return openWizardSuccessfully(new ShareProjectAddBuddiesWizard(),
new Point(750, 550));
}