*/
public Component getCustomEditor()
{
if (basicFontPropertiesPane == null)
{
basicFontPropertiesPane = new BasicFontPropertiesPane();
basicFontPropertiesPane.setExtendedFontPropertiesShowing(false);
basicFontPropertiesPane.init();
basicFontPropertiesPane.addChangeListener(new FontPropertiesHandler());
}