Package clueless.view

Examples of clueless.view.WaitForClientsView


      /** Display connection status window &
       *  Start Pre-Game actions when all players are connected
       */
      //this.setNumberOfPlayers(numPlayers);
      WaitForClientsView waitView = new WaitForClientsView(this, numPlayers);
      //TODO: Once host has set number of players expected, generate players
      //and deal the cards
      if(this.numPlayersConnected() == 0)
        this.setNumberOfPlayers(numPlayers);
    }
View Full Code Here

TOP

Related Classes of clueless.view.WaitForClientsView

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.