Package org.jbridge.presentation.gui

Examples of org.jbridge.presentation.gui.MockMainView


    System.out.println("South's hand: " + g.getSouth().getHand());
    Deal.setPreInitializedGame(g);
  }

  private MainController makeController() {
    MainView mw = new MockMainView("gnubridge");
    ViewFactory.setMockMainView(mw);
    return new MainController();
  }
View Full Code Here


    g.setHumanPlayer(g.getWest());
    Deal.setPreInitializedGame(g);
  }

  private MainController makeController() {
    MainView mw = new MockMainView("gnubridge");
    ViewFactory.setMockMainView(mw);
    return new MainController();
  }
View Full Code Here

TOP

Related Classes of org.jbridge.presentation.gui.MockMainView

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.