Package org.jatha.display.action

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

Related Classes of org.jatha.display.action.RunAproposTask

Copyright © 2018 www.massapicom. 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.