120121122123124125126127
public void showGraph(JFrame parent) { GameStatisticChartImpl charts = new GameStatisticChartImpl( "", parent, this.modele, this.game); charts.showGraph(); } }