Package application.modeles

Examples of application.modeles.ModeleRepartitionCollection


    _lblRepartition = new JLabel("Répartition par genre :  ");
    _lblAfficheRepartition = new JLabel();
    _pnlLabelInfo = new JPanel(new GridLayout(4,1));
    _pnlLabelListe = new JPanel (new GridLayout(2,1));
    JPanel pnlTab = new JPanel (new GridLayout(2,2));
    _repart = new ModeleRepartitionCollection(_mod.get_DB());
    _ladder = new ModeleClassementCollection(_mod.get_DB());
    _pnlLabelInfo.add(_lbltop10Acteur);
    _pnlLabelInfo.add(_lbltop10Realisateur);
    _pnlLabelInfo.add(_lblRepartition);
    this.VuePanelStatsLoad();
View Full Code Here

TOP

Related Classes of application.modeles.ModeleRepartitionCollection

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.