}
@Override
public void aboutApplicationHandler()
{
GfrDlgAbs dlg = new GfrDlgCmdCancelAboutAppGfrGsi();
if (! dlg.init())
{
String strSevere = "! dlg.init()";
GfrAcrSpcAppMainOgcEclGsi._LOGGER_.severe(strSevere);
GfrOptionPaneAbs.s_showDialogError(null, strSevere);
return;
}
dlg.setVisible(true);
}