|
|
@ -34,7 +34,6 @@ public class ThirdChartEditPane extends ChartEditPane { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public void reLayout(Chart currentChart) { |
|
|
|
public void reLayout(Chart currentChart) { |
|
|
|
if (currentChart != null) { |
|
|
|
if (currentChart != null) { |
|
|
|
int chartIndex = getSelectedChartIndex(currentChart); |
|
|
|
|
|
|
|
this.removeAll(); |
|
|
|
this.removeAll(); |
|
|
|
this.setLayout(new BorderLayout()); |
|
|
|
this.setLayout(new BorderLayout()); |
|
|
|
paneList = new ArrayList<AbstractChartAttrPane>(); |
|
|
|
paneList = new ArrayList<AbstractChartAttrPane>(); |
|
|
|