예제 #1
0
파일: Rgui03.java 프로젝트: Rubusch/java
  /** Ends the application. */
  private void quit() {
    // end R engine
    re.end();

    // close window
    this.dispose();
    System.exit(0);
  }
예제 #2
0
 public static void shutdown() {
   engine.end();
 }