Examples of GuiButtonSmall


Examples of mods.railcraft.client.gui.buttons.GuiButtonSmall

            return;
        buttonList.clear();
        int w = (width - xSize) / 2;
        int h = (height - ySize) / 2;

        buttonList.add(new GuiButtonSmall(0, w + 10, h + 20, 20, "<"));
        buttonList.add(new GuiButtonSmall(1, w + 146, h + 20, 20, ">"));

        buttonList.add(filterLeft = new GuiButtonSmall(2, w + 10, h + 40, 20, "<"));
        buttonList.add(filterRight = new GuiButtonSmall(3, w + 146, h + 40, 20, ">"));
    }
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.