Package nu.fw.jeti.util

Examples of nu.fw.jeti.util.Log


      }
    }
    //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);
View Full Code Here

TOP

Related Classes of nu.fw.jeti.util.Log

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.