***************************************************************************/
public Designer() throws ChartDataException
{
super( TITLE );
this.designerPieChart = new DesignerPieChart( 450, 450 );
super.setJMenuBar( new DesignerMenuBar( this ) );
super.getContentPane().setLayout( new BoxLayout( super.getContentPane(), BoxLayout.Y_AXIS ) );
this.chartPanel = new ChartPanel( this );