Package communist.poker

Examples of communist.poker.Deck


import communist.gui.PokerGUI;
import communist.poker.Deck;

public class Poker {
  public static void main(String[] args) {
    Deck d = new Deck();
    PokerGUI gui = new PokerGUI(d);
  }
View Full Code Here

TOP

Related Classes of communist.poker.Deck

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.