}
} // End of if //
} // End of try - catch BLOCK READ PROP FILE //
} // End of the if - file exists //
final GlobalConfiguration globalConf = new GlobalConfiguration().load(GlobalConfiguration.PATH);
globalConf.loadFromDynamicScript(propsLocalFile);
// End of load conf //
final ITextArea textArea = new OutputTextArea(ta);
textArea.defaultSettings();
ta.setEditable(false);
((BasicWindow) this.getBasicWindow()).setOutputTextArea(textArea);