|
|
@ -185,8 +185,10 @@ public class VanChartPlotLabelDetailPane extends BasicPane { |
|
|
|
positionPane.setLayout(new BorderLayout()); |
|
|
|
positionPane.setLayout(new BorderLayout()); |
|
|
|
positionPane.add(getLabelPositionPane(comps, row, col), BorderLayout.CENTER); |
|
|
|
positionPane.add(getLabelPositionPane(comps, row, col), BorderLayout.CENTER); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (parent != null) { |
|
|
|
parent.initListener(positionPane); |
|
|
|
parent.initListener(positionPane); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
protected JPanel getLabelPositionPane (Component[][] comps, double[] row, double[] col){ |
|
|
|
protected JPanel getLabelPositionPane (Component[][] comps, double[] row, double[] col){ |
|
|
|