Package nu.fw.jeti.plugins.buddyspacemaps.gui

Examples of nu.fw.jeti.plugins.buddyspacemaps.gui.BSNameDialog


        if(dlg.jid!=null)mapView.addBuddy(dlg.jid);
       
    }
   
    public void setClusterName(String defaultName) {
        BSNameDialog dlg = new BSNameDialog(
                                    docked? mainFrame : frame,
                                    "Set cluster name", defaultName);
        dlg.setVisible(true);
        if (dlg.name != null)
            mapView.setClusterName(dlg.name);
    }
View Full Code Here

TOP

Related Classes of nu.fw.jeti.plugins.buddyspacemaps.gui.BSNameDialog

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.