Examples of BSNameDialog


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
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.