GfrDlgAbs dlg;
if (plg instanceof IGfrHandlerLicensingPlugin)
dlg = new GfrDlgCmdCancelAboutPlgLicYes(plg, strPathAbsBlackBox);
else
dlg = new GfrDlgCmdCancelAboutPlgLicNo(plg, strPathAbsBlackBox);
if (! dlg.init())
{
String strError = "! dlg.init()";
throw new Exception(strError);