Package com.valhalla.jbother.preferences

Examples of com.valhalla.jbother.preferences.PreferencesDialog


            } else if (e.getSource() == sortItem)
                BuddyList.getInstance().getBuddyListTree().setSortByStatus(
                        sortItem.getState());
            else if (e.getSource() == prefsItem) {
                if (!DialogTracker.containsDialog(PreferencesDialog.class))
                    new PreferencesDialog().setVisible(true);
            } else if (e.getSource() == priority)
                new PriorityDialog().setVisible(true);
            else if (e.getSource() == deleteAccount)
                deleteAccountHandler();
            else if (e.getSource() == changePassword) {
View Full Code Here


        {
            if( e.getSource() == prefsItem )
            {
                if( !DialogTracker.containsDialog( PreferencesDialog.class ) )
                {
                    new PreferencesDialog().setVisible(true);
                }
            }
            else if( e.getSource() == quitItem )
            {
                com.valhalla.Logger.debug( "Quitting..." );
View Full Code Here

TOP

Related Classes of com.valhalla.jbother.preferences.PreferencesDialog

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.