|
|
|
@ -68,7 +68,7 @@ public class VanChartCategoryStylePaneWithCheckBox extends JPanel {
|
|
|
|
|
Point comPoint = settingButton.getLocationOnScreen(); |
|
|
|
|
Point arrowPoint = new Point(comPoint.x +settingButton.getWidth() - 25, comPoint.y + settingButton.getHeight()); |
|
|
|
|
Dimension size = settingPane.getPreferredSize(); |
|
|
|
|
UIBubbleFloatPane<VanChartAxisLabelStyle> pane = new UIBubbleFloatPane(Constants.LEFT, arrowPoint, settingPane, size.width, 216) { |
|
|
|
|
UIBubbleFloatPane<VanChartAxisLabelStyle> pane = new UIBubbleFloatPane(Constants.LEFT, arrowPoint, settingPane, size.width, 230) { |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public void updateContentPane() { |
|
|
|
|