other.add(general, BorderLayout.NORTH);
JPanel parts = new JPanel(new BorderLayout());
Title title = chart.getTitle();
Legend legend = chart.getLegend();
Plot plot = chart.getPlot();
JTabbedPane tabs = new JTabbedPane();
this.titlePropertiesPanel = new TitlePropertyEditPanel(title);