@Override
protected void _doJob() throws Exception
{
GfrDlgAbs dlg = new GfrDlgCmdCancelGazetteerYahooMan();
if (! dlg.init())
{
String strError = "! dlg.init()";
GfrActPlgGazetteerYahooMan._LOGGER_.severe(strError);
throw new Exception(strError);
}
dlg.setVisible(true);
}