|
|
|
@ -63,8 +63,7 @@ public class AutoChartTypePane extends ChartWizardPane implements CallbackEvent
|
|
|
|
|
private AutoProgressBar connectionBar; |
|
|
|
|
private SwingWorker worker; |
|
|
|
|
|
|
|
|
|
//暂时不做国际化
|
|
|
|
|
private static final String MESSAGE = "当前数据没有匹配到合适的图表,请调整数据后再次尝试。"; |
|
|
|
|
private static final String MESSAGE = Toolkit.i18nText("Fine-Design_Chart_Auto_No_Match"); |
|
|
|
|
|
|
|
|
|
public AutoChartTypePane() { |
|
|
|
|
this.setLayout(FRGUIPaneFactory.createBorderLayout()); |
|
|
|
|