Examples of GameStatistics


Examples of pdp.scrabble.ihm.GameStatistics

   
    public void getStats(int turn, String name, int points, String words)
      throws RemoteException {

  this.mainFrame.getOptionsPanel().getAction().addStat(
    new GameStatistics(turn, name, points, words));

    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.