public DlgViewText(Component cmpFrameOwner, String strTitle, String strContents)
throws Exception
{
super((Frame) cmpFrameOwner, true); // true ==> modal=true
this._pnlCommands_ = new GfrPnlCmdCloseWindow(
(ActionListener) this,
GfrFactoryIconAbs.INT_SIZE_XXSMALL);
this._taa_ = new GfrTaa();