protected DlgViewSrcFileTxtAbs(Component cmpFrameOwner, String strTitleApplication)
{
super((Frame) cmpFrameOwner, true); // true ==> modal=true
this._btnClose = new GfrBcnCloseDialog((ActionListener) this);
String strTitleThis = "view source file";
setTitle(strTitleApplication + " - " + strTitleThis);
}