allChartTabs.addTab( "Chart Properties", this );
    this.titleFont= new FontChooser( "Title Font" );
    this.add( this.titleFont );
    this.borderStroke= new StrokeChooser( "Border Stroke" );
    this.add( this.borderStroke );
    
    this.edgePadding= new EdgePadding( "Edge Padding" );
    this.add( this.edgePadding );
  }