|
|
|
@ -35,6 +35,7 @@ import com.fr.van.chart.designer.component.background.VanChartBackgroundWithOutS
|
|
|
|
|
|
|
|
|
|
import javax.swing.JPanel; |
|
|
|
|
import javax.swing.SwingConstants; |
|
|
|
|
import javax.swing.SwingUtilities; |
|
|
|
|
import javax.swing.event.ChangeEvent; |
|
|
|
|
import javax.swing.event.ChangeListener; |
|
|
|
|
import java.awt.BorderLayout; |
|
|
|
@ -220,7 +221,7 @@ public class VanChartTitlePane extends AbstractVanChartScrollPane<VanChart> {
|
|
|
|
|
alignmentPane.setSelectedIndex(-1); |
|
|
|
|
customFloatPositionButton.setSelected(true); |
|
|
|
|
checkDisplayStrategyUse(); |
|
|
|
|
|
|
|
|
|
SwingUtilities.invokeLater(() -> { |
|
|
|
|
if (customFloatPositionPane == null) { |
|
|
|
|
customFloatPositionPane = new VanChartFloatPositionPane(); |
|
|
|
|
} |
|
|
|
@ -235,6 +236,7 @@ public class VanChartTitlePane extends AbstractVanChartScrollPane<VanChart> {
|
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
uiBubbleFloatPane.show(VanChartTitlePane.this, null); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|