コード例 #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();
 }