197198199200201202203204
public void getStats(int turn, String name, int points, String words) throws RemoteException { this.mainFrame.getOptionsPanel().getAction().addStat( new GameStatistics(turn, name, points, words)); }