* Affiche le graphique statistique des d�penses
* @throws Exception
*/
public void affichageGrapheStatistiqueDepense() throws Exception {
// new StatistiqueDepenseFenetre(MainWindow.cadrePrincipal(), this);
new StatistiqueDepenseFenetre(desktop()).ouvreFenetre();
}