else {
this.currentAccount.setParentAccount(null);
}
AccountDAO accountDAO = (AccountDAO)this.daoFactory.getDAO("account");
accountDAO.store(this.currentAccount, false);
buildAccountTree();
updateRegisterTableData();
tabbedPane.setEnabledAt(1, true);
}
else if ("deleteButton".equals(event.getActionCommand())) {