Package de.berndsteindorff.junittca.control

Examples of de.berndsteindorff.junittca.control.ProjectController


    gui();
  }

  private static void gui() {
    IProjectModel model = new ProjectFileHandler();
    IProjectController controller = new ProjectController(model);
  }
View Full Code Here

TOP

Related Classes of de.berndsteindorff.junittca.control.ProjectController

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.