Package cofh.core.gui.element

Examples of cofh.core.gui.element.TabInfo


  @Override
  public void initGui() {

    super.initGui();
    addTab(new TabInfo(this, INFO));

    tbNameX = guiLeft + 8 + 4;
    tbNameY = guiTop + 15 + 2;

    taX = guiLeft + 8;
View Full Code Here

TOP

Related Classes of cofh.core.gui.element.TabInfo

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.