addField(new FontFieldEditor(PrefConst.P_FNT_FILEBROWSE_STD, "Default Browser Font", getFieldEditorParent()));
// addField(new ExtensionListEditor(getFieldEditorParent()));
addField(new IntegerFieldEditor(PrefConst.P_BRW_MAXFILESIZE, "Max File Size (Bytes)", getFieldEditorParent()));
addField(new IntegerFieldEditor(PrefConst.P_BRW_ICONSIZE, "Icon Size (pixel)", getFieldEditorParent()));
addField(new IntegerFieldEditor(PrefConst.P_BRW_MARGINLEFT, "Margin Left", getFieldEditorParent()));
addField(new IntegerFieldEditor(PrefConst.P_BRW_MARGINRIGHT, "Margin Right", getFieldEditorParent()));
addField(new IntegerFieldEditor(PrefConst.P_BRW_MARGINTOP, "Margin Top", getFieldEditorParent()));
addField(new IntegerFieldEditor(PrefConst.P_BRW_MARGINBOTTOM, "Margin Bottom", getFieldEditorParent()));
// addField(new RadioGroupFieldEditor(PrefConst.P_BRW_EXTS, "Extensions", 2, new String[][]
// {
// {
// "PNG", "png"