Debug.message("properties",
"PropertyHandler.createComponents(): null handler.");
return;
}
ProgressListenerGauge plg = null;
if (updateProgress) {
try {
String internString = i18n.get(this.getClass(),
"progressTitle",
"Progress");
plg = new ProgressListenerGauge(internString);
plg.setWindowSupport(new WindowSupport(plg, new WindowSupport.Frm("", true)));
addProgressListener(plg);
} catch (Exception e) {
// Since ProgressListenerGauge is a Swing component, catch
// any exception that would be tossed if it can't be
// created, like if the PropertyHandler is being used on a