3115311631173118311931203121312231233124
* @param shell * the parent shell */ private void createProgressIndicator(Shell shell) { if (getWindowConfigurer().getShowProgressIndicator()) { progressRegion = new ProgressRegion(); progressRegion.createContents(shell, this); } }