/** Ends the application. */ private void quit() { // end R engine re.end(); // close window this.dispose(); System.exit(0); }
public static void shutdown() { engine.end(); }