Package cofh.lib.gui.element

Examples of cofh.lib.gui.element.ElementButton


    taOnlineList = new GuiTextList(this.fontRendererObj, taX, taY, 128, 4);
    taOnlineList.textLines = getOnlineNames();
    taOnlineList.drawBackground = false;
    taOnlineList.drawBorder = false;

    addName = new ElementButton(this, 139, 13, "SetName", 208, 128, 208, 144, 208, 160, 16, 16, TEXTURE_PATH);
    removeName = new ElementButton(this, 155, 13, "RemoveName", 224, 128, 224, 144, 224, 160, 16, 16, TEXTURE_PATH);

    olUp = new ElementButton(this, 147, 33, "OnlineUp", 208, 64, 208, 80, 208, 96, 16, 16, TEXTURE_PATH);
    olDown = new ElementButton(this, 147, 58, "OnlineDown", 224, 64, 224, 80, 224, 96, 16, 16, TEXTURE_PATH);
    flUp = new ElementButton(this, 147, 87, "FriendsUp", 208, 64, 208, 80, 208, 96, 16, 16, TEXTURE_PATH);
    flDown = new ElementButton(this, 147, 159, "FriendsDown", 224, 64, 224, 80, 224, 96, 16, 16, TEXTURE_PATH);

    addElement(addName);
    addElement(removeName);
    addElement(olUp);
    addElement(olDown);
View Full Code Here

TOP

Related Classes of cofh.lib.gui.element.ElementButton

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.