Package cc.sketchchair.widgets

Examples of cc.sketchchair.widgets.WidgetMaterials


    tick = 0l;

    planesWidget = new WidgetPlanes(0, 0, 0, 0, gui);

    loadWidget = new WidgetLoad();
    widgetMaterials = new WidgetMaterials(0, 0, 0, 0, gui);

    performanceMode = false;

    fc = null;
    pdfSaveLocation = null;
View Full Code Here


    button.label.align = GUILabel.CENTRE;
    button.label.layout = GUILabel.UNDER_COMPONENT;
    toolPanel.placeComponent(button);
   
    // materials
    GLOBAL.widgetMaterials =  new WidgetMaterials(0f, GLOBAL.windowHeight
        - panelHeight, (int) panelWidth, (int) panelHeight, gui);
   
    tabbedPanel.addTabbedPanel(GLOBAL.widgetMaterials, "materials", gui);
   
View Full Code Here

TOP

Related Classes of cc.sketchchair.widgets.WidgetMaterials

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.