Package fr.valhalla.mailcheck

Examples of fr.valhalla.mailcheck.Account.deleteAccount()


                null,
                "");

        if ((masterpassword != null) && (masterpassword.length() > 0)) {
            Account ac = new Account(accountNameField.getText(),masterpassword);
            ac.deleteAccount();
            JOptionPane.showMessageDialog(this, "Compte " + accountNameField.getText() + " supprimé.\n Les changements seront effectifs au prochain redémarrage du logiciel.");
            this.dispose();
        }
    }//GEN-LAST:event_deleteButtonActionPerformed
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.