MZmineCore.getConfiguration().getMZFormat());
@Override
public ExitCode showSetupDialog() {
final ParameterSetupDialog dialog = new ParameterSetupDialog(this);
dialog.setTitle("Add New Adduct");
dialog.setVisible(true);
return dialog.getExitCode();
}