Examples of KeybindConfigFrame


Examples of net.machinemuse.general.gui.frame.KeybindConfigFrame

   * Add the buttons (and other controls) to the screen.
   */
  @Override
  public void initGui() {
    super.initGui();
    frame = new KeybindConfigFrame(this,
        new MusePoint2D(absX(-0.95), absY(-0.95)),
        new MusePoint2D(absX(0.95), absY(0.95)), player);
    frames.add(frame);

        TabSelectFrame tabFrame = new TabSelectFrame(player, new MusePoint2D(absX(-0.95F), absY(-1.05f)),new MusePoint2D(absX(0.95F), absY(-0.95f)), worldx, worldy, worldz);
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.