Package org.xith3d.ui.hud.base

Examples of org.xith3d.ui.hud.base.Widget


        hourglass.setLocation(41.0f, 446.0f);
        hourglass.setVisible(false);
        hud.getContentPane().addWidget(hourglass);
       
        // Add a xith3d logo
        Widget xithLogo = new Image(100f, 100f, (Texture2D)ResBag.getTexture(ResourceNames.XITH3DLOGO));
        hud.getContentPane().addWidget(xithLogo);
        xithLogo.setLocation(680.29926f,26.688633f);
        xithLogo.setSize(101.99501f,72.32291f);
       
    }
View Full Code Here

TOP

Related Classes of org.xith3d.ui.hud.base.Widget

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.