private String iconType;
public IconPrefPanel(String type)
{
iconType = type;
dataModel = new ListTableModel(
new String[] {
I18N.gettext("emoticons.Name"),
I18N.gettext("emoticons.Enabled"),
I18N.gettext("emoticons.Description"),
I18N.gettext("emoticons.Type") },