* (creates one if no active account is set)
* @return the wizard if it was successfully finished; null otherwise
*/
public static EditXMPPAccountWizard openEditXMPPAccountWizard(
XMPPAccount account) {
return openWizardSuccessfully(new EditXMPPAccountWizard(account),
new Point(500, 340));
}