Package com.googlecode.jumpnevolve.graphics.gui.objects

Examples of com.googlecode.jumpnevolve.graphics.gui.objects.InterfaceButton.addInformable()


    this.add(back, Vector.ZERO);
    this.list.put(FORTH_POS, forth);
    this.invertList.put(forth, FORTH_POS);
    this.add(forth, Vector.ZERO);
    back.addInformable(this);
    forth.addInformable(this);
  }

  public void addButton(InterfaceButton object) {
    this.list.put(this.next, object);
    this.invertList.put(object, this.next);
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.