Package org.jdesktop.wonderland.modules.xremwin.client.wm

Examples of org.jdesktop.wonderland.modules.xremwin.client.wm.X11IntegrationModule


     *
     * @param wtl A listener whose setWindowTitle method is called whenever the Xremwin server notifies us
     * that the title of the window has changed.
     */
    private void startWindowManager(X11WindowManager.WindowTitleListener wtl) {
        X11IntegrationModule nativeWinIntegration =
                new X11IntegrationModule(displayName);
        nativeWinIntegration.initialize(wtl);
        wm = nativeWinIntegration.getWindowManager();
        wm.addExitListener(this);
    }
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.modules.xremwin.client.wm.X11IntegrationModule

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.