|
|
|
@ -10,7 +10,6 @@ import com.fr.design.gui.itoolbar.UIToolbar;
|
|
|
|
|
import com.fr.design.layout.FRGUIPaneFactory; |
|
|
|
|
import com.fr.design.layout.TableLayout; |
|
|
|
|
import com.fr.design.layout.TableLayoutHelper; |
|
|
|
|
import com.fr.design.mainframe.DesignerContext; |
|
|
|
|
import com.fr.design.utils.gui.GUICoreUtils; |
|
|
|
|
import com.fr.stable.Nameable; |
|
|
|
|
import com.fr.van.chart.designer.TableLayout4VanChartHelper; |
|
|
|
@ -154,7 +153,7 @@ public abstract class VanChartUIListControlPane extends UIListControlPane implem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HyperDialog(JComponent pane) { |
|
|
|
|
super(DesignerContext.getDesignerFrame(), true); |
|
|
|
|
super(SwingUtilities.getWindowAncestor(VanChartUIListControlPane.this)); |
|
|
|
|
pane.setBorder(BorderFactory.createEmptyBorder(20, 10, 10, 10)); |
|
|
|
|
this.editPane = pane; |
|
|
|
|
JPanel editPaneWrapper = new JPanel(new BorderLayout()); |
|
|
|
|