|
|
|
@ -55,7 +55,7 @@ public abstract class AbstractVanChartTypePane extends AbstractChartTypePane<Cha
|
|
|
|
|
buttonPane = new JPanel(); |
|
|
|
|
buttonPane.setLayout(new BorderLayout()); |
|
|
|
|
if (ChartTypeManager.AUTO_CHART) { |
|
|
|
|
autoButton = new UIButton(Toolkit.i18nText("Fine-Design_Chart_M_Popup_Auto_Chart_Type"), |
|
|
|
|
autoButton = new UIButton(Toolkit.i18nText("Fine-Design_Chart_Auto_Recommended_Chart"), |
|
|
|
|
BaseUtils.readIcon("/com/fr/design/images/m_insert/auto_chart.png")) { |
|
|
|
|
@Override |
|
|
|
|
public Dimension getPreferredSize() { |
|
|
|
|