*/
public void save() throws SysXmlBaseException, SysGuiException {
if (this.openedFile != null && this.filePw != null) {
saveEncryptedFile(this.filePw, this.openedFile);
} else {
throw new SysGuiException(
"No file is currently opened, please select SaveAs.");
}
}