Package civquest.swing

Examples of civquest.swing.GlobalFunctionComponent


  public StartUpComponent(CivQuest civQuest) {
    this.civQuest = civQuest;

     setLayout(new GridLayout(2, 3));

    GlobalFunctionComponent globFC = civQuest.getGlobalFunctionComponent();

    try {
      JButton newRandomGameButton
        = SwifuFactory.constructButton("Start new random game",
                         "start-new-random-game", globFC);
View Full Code Here

TOP

Related Classes of civquest.swing.GlobalFunctionComponent

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.