Package jmt.gui.jmodel.controller

Examples of jmt.gui.jmodel.controller.Mediator


   */
  public MainWindow() {
    super(true);
    this.setIconImage(JMTImageLoader.loadImage("JMODELIcon").getImage());
    setTitle(TITLE);
    mediator = new Mediator(null, this);
    Mediator.advanced = advanced;

    //menu = new Menu(mediator);
    menu = mediator.createMenu();
    setJMenuBar(menu);
View Full Code Here

TOP

Related Classes of jmt.gui.jmodel.controller.Mediator

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.