@Override
public void moveObjectsWwdEarthHandler(JFrame frmOwner) throws Exception
{
super.moveObjectsWwdEarthHandler(frmOwner);
GfrDlgCmdCancelMovObjsWwdEarthAbs dlg = new GfrDlgCmdCancelMovObjsWwdEarthSelGsi();
if (!dlg.init())
{
String str = "! dlg.init()";
GfrAcrSpcAppPrsPrjSelOgcEclGsi._LOGGER_.severe(str);
throw new Exception(str);
}
dlg.setVisible(true);
}