JFreeChart chart = chartStats.makeChart();
chart.setBackgroundPaint(Color.white);
ChartPanel chartPanel = new ChartPanel(chart);
StatisticsChartPaneTab chartPaneTab = new StatisticsChartPaneTab(chartPanel);
this.addTab("Chart "+(numCharts++),chartPaneTab);
}
if (statistics.children != null)
{