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")));
}