super(new Parameter[]{MIN_PEAK_HEIGHT, PEAK_DURATION, NOISE_AMPLITUDE});
}
@Override
public ExitCode showSetupDialog() {
final PeakResolverSetupDialog dialog = new PeakResolverSetupDialog(
this, NoiseAmplitudePeakDetector.class);
dialog.setVisible(true);
return dialog.getExitCode();
}