AppServices.showAlertDialog("Proof of Address Sent","Proof of ownership of address"+address+" has been successfully sent to "+aopp.getCallback().getHost()+".",Alert.AlertType.INFORMATION);
AppServices.showAlertDialog("Proof of Address Sent","Proof of ownership of address\n"+address+"\nhas been successfully sent to\n"+aopp.getCallback().getHost()+".",Alert.AlertType.INFORMATION);
}
}catch(Exceptione){
AppServices.showErrorDialog("Cannot send proof of ownership",e.getMessage());