* displayed instance in case of success.
*
* @return the wizard if it was successfully finished; null otherwise
*/
public static AddXMPPAccountWizard openAddXMPPAccountWizard() {
return openWizardSuccessfully(new AddXMPPAccountWizard(), new Point(
850, 440));
}