Package jmt.gui.jaba.panels

Examples of jmt.gui.jaba.panels.DescriptionPanel


    addPanel(new StationsPanel(this));
    serviceTimesPanel = new ServiceTimesPanel(this);
    visitsPanel = new VisitsPanel(this);
    serviceDemandsPanel = new ServiceDemandsPanel(this);
    addPanel(serviceDemandsPanel);
    addPanel(new DescriptionPanel(this));

    // NEW Andrea Zanzottera 25/11/2005
    // Pannello con i risultati grafici
    SectorsGraphicPanel drawPanel = new SectorsGraphicPanel();
    drawPanel.setData(this.data);
View Full Code Here

TOP

Related Classes of jmt.gui.jaba.panels.DescriptionPanel

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.