Package nu.fw.jeti.images

Examples of nu.fw.jeti.images.IconPrefPanel


    cards.add(panel, I18N.gettext("main.options.Standard"));
    node.add(new DefaultMutableTreeNode(I18N.gettext("main.options.Standard")));
   
    //if (new File(Start.path + "plugins" + File.separator + "rostericons").exists())
    {
      panel = new IconPrefPanel("rostericons");
      panels.put(I18N.gettext("main.options.RosterIcons"), panel);
      cards.add(panel, I18N.gettext("main.options.RosterIcons"));
      node.add(new DefaultMutableTreeNode(I18N.gettext("main.options.RosterIcons")));
    }
View Full Code Here

TOP

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

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.