117118119120121122123124125126
this.mainFrame.loadTurn(file, this.i); this.mainFrame.getPlayerPanel().updateScores(); } public void showGraph(JFrame parent) { GameStatisticChartImpl charts = new GameStatisticChartImpl( "", parent, this.modele, this.game); charts.showGraph(); }