return;
} catch (InterruptedException e) {
JOptionPane.showMessageDialog(null, UICaption.dialog_exception_runtime_exec, UICaption.dialog_caption_error, JOptionPane.ERROR_MESSAGE);
return;
} finally {
progressBar.dispose();
}
}
public static boolean checkThresholdsFormat(String strThresholds) {
if (strThresholds.length() < 4)