Package gui.statistique

Examples of gui.statistique.StatistiqueDepenseFenetre


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

TOP

Related Classes of gui.statistique.StatistiqueDepenseFenetre

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.