pnlPlotXY.setBackground(Color.white);
ticPlot = new TICPlot((ActionListener) this);
pnlPlotXY.add(ticPlot, BorderLayout.CENTER);
toolBar = new TICToolBar(ticPlot);
toolBar.getComponentAtIndex(0).setVisible(false);
pnlPlotXY.add(toolBar, BorderLayout.EAST);
mainPanel.add(pnlVisible, 0, getNumberOfParameters() + 3, 3, 1, 0, 0);