String strDevCodingError = "Dev coding error, uncaught icons size, intSizeIcons=" + intSizeIcons;
GfrTbrHlpSubDspRunSecPrnTloJfcChartAbs._LOGGER_.severe(strDevCodingError);
throw new Exception(strDevCodingError);
}
this._tbnMagnifier_ = new GfrTbnMagnifierJfcChart(intSizeIcons);
this._tbnCrossOnMouseOver = new GfrTbnShowHideCrossLinesOnMouseOver2d(intSizeIcons);
this._tbnMagnifier_.addActionListener(alrParentComponent);
this._tbnCrossOnMouseOver.addActionListener(alrParentComponent);
}