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

Examples of org.jdesktop.wonderland.modules.xremwin.client.wm.X11IntegrationModule.initialize()


     * 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);
    }

    /** For internal use only */
 
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.