Package pdp.scrabble.ihm

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

Related Classes of pdp.scrabble.ihm.GameStatistics

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.