Package org.gnubridge.presentation.gui

Examples of org.gnubridge.presentation.gui.AllCardsInOneRow


  public void setGame(Deal g, Direction human) {
    game = g;
    table.setHumanDirection(human);

    humanHandDisplay = new AllCardsInOneRow(human, human, game, this);
    humanHandDisplay.display();
    dummy = new OneColumnPerColor(human, North.i(), game, this);
    dummy.display();
    west = new OneColumnPerColor(human, West.i(), game, this);
    west.display();
View Full Code Here

TOP

Related Classes of org.gnubridge.presentation.gui.AllCardsInOneRow

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.