Package net.java.sip.communicator.plugin.securityconfig.masterpassword

Examples of net.java.sip.communicator.plugin.securityconfig.masterpassword.MasterPasswordChangeDialog


    /**
     * Show the dialog to change master password.
     */
    private void showMasterPasswordChangeDialog()
    {
        MasterPasswordChangeDialog dialog = MasterPasswordChangeDialog.getInstance();
        dialog.setCallback(new ChangeMasterPasswordCallback());
        dialog.setVisible(true);
    }
View Full Code Here


    /**
     * Show the dialog to change master password.
     */
    private void showMasterPasswordChangeDialog()
    {
        MasterPasswordChangeDialog dialog = MasterPasswordChangeDialog.getInstance();
        dialog.setCallback(new ChangeMasterPasswordCallback());
        dialog.setVisible(true);
    }
View Full Code Here

TOP

Related Classes of net.java.sip.communicator.plugin.securityconfig.masterpassword.MasterPasswordChangeDialog

Copyright © 2018 www.massapicom. 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.