Examples of RunAproposTask


Examples of org.jatha.display.action.RunAproposTask

    f_jathaMenu.add(exitItem);

    // LISP

    // -- Apropos
    JMenuItem aproposItem = new JMenuItem(new RunAproposTask(f_lisp, this, "apropos", null, "Lists all defined symbols and functions", null, null));
    f_lispMenu.add(aproposItem);

    // -- 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);
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.