@ -63,6 +63,8 @@ public class AutoChartTypePane extends ChartWizardPane implements CallbackEvent
private AutoProgressBar connectionBar ;
private AutoProgressBar connectionBar ;
private SwingWorker worker ;
private SwingWorker worker ;
private static final String MESSAGE = Toolkit . i18nText ( "Fine-Design_Chart_Auto_No_Match" ) ;
public AutoChartTypePane ( ) {
public AutoChartTypePane ( ) {
this . setLayout ( FRGUIPaneFactory . createBorderLayout ( ) ) ;
this . setLayout ( FRGUIPaneFactory . createBorderLayout ( ) ) ;
initButtonGroup ( ) ;
initButtonGroup ( ) ;
@ -226,6 +228,9 @@ public class AutoChartTypePane extends ChartWizardPane implements CallbackEvent
chartResultModel . addElement ( autoChartIcon ) ;
chartResultModel . addElement ( autoChartIcon ) ;
}
}
chartViewList . setSelectedIndex ( 0 ) ;
chartViewList . setSelectedIndex ( 0 ) ;
} else {
FineJOptionPane . showMessageDialog ( AutoChartTypePane . this , MESSAGE ,
Toolkit . i18nText ( "Fine-Design_Basic_Message" ) , JOptionPane . INFORMATION_MESSAGE , UIManager . getIcon ( "OptionPane.informationIcon" ) ) ;
}
}
} catch ( Exception e ) {
} catch ( Exception e ) {
if ( ! ( e instanceof CancellationException ) ) {
if ( ! ( e instanceof CancellationException ) ) {