String strPathAbsBlackBox = GfrPluginManagerUtilGsi.s_getInstance().getPathAbsoluteCache(plg);
GfrDlgAbs dlg;
if (plg instanceof IGfrHandlerLicensingPlugin)
dlg = new GfrDlgCmdCancelAboutPlgLicYes(plg, strPathAbsBlackBox);
else
dlg = new GfrDlgCmdCancelAboutPlgLicNo(plg, strPathAbsBlackBox);
if (! dlg.init())
{