this.rbf = new GaussianFunction(1.0,center,1.0);
XYDataset dataset = this.createDataset();
JFreeChart chart = this.createChart(dataset);
this.chartPanel = new EncogChartPanel(chart);
this.add(chartPanel,BorderLayout.CENTER);
this.typeCombo = new JComboBox();
this.add(this.typeCombo,BorderLayout.NORTH);