Package org.freeplane.main.application

Examples of org.freeplane.main.application.ApplicationResourceController


  private ApplicationResourceController applicationResourceController;
// //   private Controller controller;
  /** allows to disable loadLastMap(s) if there already is a second instance running. */
  public FreeplaneHeadlessStarter() {
    super();
    applicationResourceController = new ApplicationResourceController();
  }
View Full Code Here

TOP

Related Classes of org.freeplane.main.application.ApplicationResourceController

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.