7778798081828384858687
@Override public void aboutPluginHandler() { try { GfrPlgImplAbs plg = (GfrPlgImplAbs) ActionAboutPlugin.s_getInstance().getPlugin(); if (plg == null) { String strError = "plg == null"; throw new Exception(strError);