Package syn3d.ui.xith3d

Examples of syn3d.ui.xith3d.Frame3DXith3D


    /* (non-Javadoc)
     * @see syn3d.nodes.SceneNode#setVisible(boolean)
     */
    public void setVisible(boolean status) {
        if (frame==null) {
            frame = new Frame3DXith3D(this, null, "Xith3D frame",-1,-1,400,400, pluginManager);
            frame.getView().setName(name);
           
            getUniverse().addView(frame.getView());
            addListener(this);
        }
View Full Code Here

TOP

Related Classes of syn3d.ui.xith3d.Frame3DXith3D

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.