prompt = resourceBundle.getString( "SpreadsheetSpecificationWizard.channelsPrompt" ); //$NON-NLS-1$
propertyNameToKey.put( org.mcisb.beacon.spottedexperiment.PropertyNames.CHANNELS, prompt );
options.put( prompt, new SpinnerNumberModel( DEFAULT_VALUE, MIN_VALUE, MAX_VALUE, STEP ) );
// Add Excel FileChooser:
addWizardComponent( new FileChooserWizardComponent( bean, new FileChooserPanel( parent, resourceBundle.getString( "SpreadsheetSpecificationWizard.excelTitle" ), ParameterPanel.DEFAULT_COLUMNS, new JFileChooser(), false, true, false, JFileChooser.FILES_ONLY, Arrays.asList( "xls" ) ), org.mcisb.util.PropertyNames.IMPORT_FILEPATHS ) ); //$NON-NLS-1$ //$NON-NLS-2$
// Add options panel:
addWizardComponent( new DefaultWizardComponent( bean, new DefaultParameterPanel( resourceBundle.getString( "SpreadsheetSpecificationWizard.optionsTitle" ), options, Preferences.userNodeForPackage( getClass() ) ), propertyNameToKey ) ); //$NON-NLS-1$
init();