|
|
@ -92,7 +92,6 @@ public class VanChartAxisButtonPane extends BasicBeanPane<VanChartAxisPlot> { |
|
|
|
pane = new JPanel(new FlowLayout(FlowLayout.LEFT, 0, 0)); |
|
|
|
pane = new JPanel(new FlowLayout(FlowLayout.LEFT, 0, 0)); |
|
|
|
buttonPane.add(pane); |
|
|
|
buttonPane.add(pane); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if(pane != null) { |
|
|
|
if(pane != null) { |
|
|
|
pane.add(indexList_Y.get(i)); |
|
|
|
pane.add(indexList_Y.get(i)); |
|
|
|
} |
|
|
|
} |
|
|
|