|
|
|
@ -7,7 +7,6 @@ import com.fr.design.gui.frpane.AttributeChangeListener;
|
|
|
|
|
import com.fr.design.gui.frpane.UIComboBoxPane; |
|
|
|
|
import com.fr.design.gui.ilable.UILabel; |
|
|
|
|
import com.fr.design.mainframe.chart.gui.ChartDataPane; |
|
|
|
|
import com.fr.design.mainframe.chart.mode.ChartEditContext; |
|
|
|
|
import com.fr.design.utils.gui.GUICoreUtils; |
|
|
|
|
import com.fr.van.chart.designer.AbstractVanChartScrollPane; |
|
|
|
|
|
|
|
|
@ -68,9 +67,7 @@ public class NormalChartDataPane extends DataContentsPane {
|
|
|
|
|
label1.setPreferredSize(new Dimension(ChartDataPane.LABEL_WIDTH,ChartDataPane.LABEL_HEIGHT)); |
|
|
|
|
northPane.add(GUICoreUtils.createBorderLayoutPane(new Component[]{jcb, null, null, label1, null})); |
|
|
|
|
northPane.setBorder(BorderFactory.createEmptyBorder(0,5,0,8)); |
|
|
|
|
if (ChartEditContext.normalMode()) { |
|
|
|
|
this.add(northPane, BorderLayout.NORTH); |
|
|
|
|
} |
|
|
|
|
this.add(northPane, BorderLayout.NORTH); |
|
|
|
|
this.add(cardPane, BorderLayout.CENTER); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|