Package gri.tasks.gui.icons

Examples of gri.tasks.gui.icons.TestShell


  public void execute() throws Exception {
 
    JobManagerSet jobManagers = loadJobManagers();
    //FileViewManager viewManager = loadViewManager();
   
    TestShell shell = new TestShell();
    //TODO: configure (?)
    shell.runTest(jobManagers);
  }
View Full Code Here

TOP

Related Classes of gri.tasks.gui.icons.TestShell

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.