Examples of RunGCTask


Examples of org.jatha.display.action.RunGCTask

    // -- Load
    JMenuItem loadItem = new JMenuItem(new RunLoadFileTask(f_lisp, this, "load file...", null, "Select and load a file into LISP", null, null));
    f_lispMenu.add(loadItem);

    f_lispMenu.addSeparator();
    JMenuItem gcItem = new JMenuItem(new RunGCTask(f_lisp, this, "run GC", null, "Runs the Java garbage collector", null, null));
    f_lispMenu.add(gcItem);

    // HISTORY

View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.