Package nu.fw.jeti.images

Examples of nu.fw.jeti.images.Icons


   
   
  public Plugin(Backend backend) throws IOException
  {
    loadParser();
    new Icons(parser,"emoticons");
   
    /*
    //if(Start.programURL == null && !new File(Start.path + "plugins" + File.separator + "emoticons").exists()) throw new IOException("no emoticons");
    emoticons =Preferences.getPlugable("emoticons");
    loadParser();
View Full Code Here

TOP

Related Classes of nu.fw.jeti.images.Icons

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.