Package edu.ucsd.hep.rootrunnerutil.view

Examples of edu.ucsd.hep.rootrunnerutil.view.CommandDisplayPanel


  //public void test01() throws Exception
  public static void main(String argv[]) throws Exception
  {
    System.out.println("test01");

    ROOTRunner root_runner = new ROOTRunnerImpl(new CommandDisplayPanel(null),"","",null, null);

    // testing command output
    String response = root_runner.getCommandOutput("cout << \"TEXT\" << endl;");
    System.out.println("got response: " + response);
View Full Code Here

TOP

Related Classes of edu.ucsd.hep.rootrunnerutil.view.CommandDisplayPanel

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.