axisPane.add(axeprop[3]=new AxePropertiesPanel(resources.getStringValue("secYSection"), "secY", false, null));
axisPaneContainer.add(axisPane,BorderLayout.CENTER );
JPanel s1 = new JPanel (new BorderLayout());
s1.add(axisPaneContainer, BorderLayout.NORTH);
plotPane.addTab(resources.getString("axisLabel"), s1);
// Curves pane
JPanel curvePaneContainer = new JPanel (new BorderLayout());
JLabel curveTitle = new JLabel(resources.getStringValue("curveLabel"));
curveTitle.setFont(new Font("Dialog", Font.PLAIN,18));