Package nu.fw.jeti.plugins

Examples of nu.fw.jeti.plugins.PluginsInfo


    //parse plugins? make better or make comments
    new StatusIcons(parser);
    Jeti jeti = new Jeti(backend,container);
    new Log(backend);
    new Popups(backend.getMainWindow());
    pluginsInfo = new PluginsInfo(backend,parser,this);
    jeti.init();
    if(container!=null) container.add(jeti);
    else backend.getMainWindow().setVisible(true);
    //new test.QueryServers(backend);
    //jeti.show();
View Full Code Here

TOP

Related Classes of nu.fw.jeti.plugins.PluginsInfo

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.