fonts.setText("Modify Fonts of Simple Contact List");
this.fonts = new Composite(fonts,SWT.NULL);
this.fonts.setLayoutData(new GridData(SWT.FILL,SWT.TOP,true,false));
addField(addEditorToFontsGroup(new FontFieldEditor(PreferenceConstants.P_SIMPLE_CONTACTLIST_FONTS_DEFAULT,"Default Font:",this.fonts)));
setColorsEnabledState(getPreferenceStore().getBoolean(PreferenceConstants.P_SIMPLE_CONTACTLIST_CUSTOMIZE_COLORS));
setFontsEnabledState(getPreferenceStore().getBoolean(PreferenceConstants.P_SIMPLE_CONTACTLIST_CUSTOMIZE_FONTS));
}