this.setText(os.toString());
EncogWorkBench.displayMessage("Complete", "Ranges have been updated, save your file if changes are acceptable.");
}
} catch (IOException ex) {
throw new WorkBenchError(ex);
} finally {
EncogWorkBench.getInstance().getMainWindow().endWait();
}
}