Package org.jdesktop.wonderland.modules.appbase.client

Examples of org.jdesktop.wonderland.modules.appbase.client.Window2D.cleanup()


                    view2D = null;
                }
                if (component instanceof HUDComponent2D) {
                    HUDComponent2D component2D = (HUDComponent2D) component;
                    if (component2D.isHUDManagedWindow()) {
                        window.cleanup();
                    }
                }
            }

            // remove in-world view
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.