Package org.jdesktop.wonderland.client.jme.MainFrame

Examples of org.jdesktop.wonderland.client.jme.MainFrame.ServerURLListener


        login = new JmeLoginUI(frame);
        LoginManager.setLoginUI(login);

        // add a listener that will be notified when the user selects a new
        // server
        frame.addServerURLListener(new ServerURLListener() {

            public void serverURLChanged(final String serverURL) {
                // run in a new thread so we don't block the AWT thread
                new Thread(ThreadManager.getThreadGroup(), new Runnable() {
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.client.jme.MainFrame.ServerURLListener

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.