super(strKey);
this.intWidth_ = intWidth;
this._epnHtml_ = new GfrEditorPaneHtmlTxt(strValueInHtml);
super._objText = new GfrScr(this._epnHtml_);
((JScrollPane) super._objText).setVerticalScrollBarPolicy(ScrollPaneConstants.VERTICAL_SCROLLBAR_AS_NEEDED);
this._epnHtml_.setEditable(false); // ????
if (strValueInHtml != null && strValueInHtml.length()>0)