Package nu.fw.jeti.ui

Examples of nu.fw.jeti.ui.Jeti


        e.printStackTrace();
      }
    }
    //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();
    if(!applet)
View Full Code Here

TOP

Related Classes of nu.fw.jeti.ui.Jeti

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.