Package com.mrdls.tc.screen.gui

Examples of com.mrdls.tc.screen.gui.Button


  public StateMainMenu() {
    super("Main Menu");
   
    addElement("label", new Label("Label", 10, 20));
    addElement("success", new Label("Success", 10, 40).setStyle(LabelStyles.success));
    addElement("button", new Button("Button", 10, 60));
  }
View Full Code Here

TOP

Related Classes of com.mrdls.tc.screen.gui.Button

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.