Package de.hpi.eworld.scenarios.ui

Examples of de.hpi.eworld.scenarios.ui.ScenarioAreaList


   * Initialize the panel for the scenario areas.
   *
   * @param mainComponent This is Swing component in which new scenario areas will be dropped.
   */
  private void initializeAreaWidget(GraphController mainComponent) {
    areaWidget = new ScenarioAreaList(mainComponent);
  }
View Full Code Here

TOP

Related Classes of de.hpi.eworld.scenarios.ui.ScenarioAreaList

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.