********************************************************************************/
public ChartFont getChartFont() throws DesignerException
{
if( this.size.getText().trim().equals( "" ) )
{
throw new DesignerException( "Title Font size can not be NULL." );
}
Font font= new Font( this.fontCombo.getSelected(), this.styleCombo.getSelectedIndex(), Integer.parseInt( this.size.getText() ) );
//todo Paint implementation?