//_attachShutDownHook_();
}
protected boolean _confirmDoExit()
{
GfrDlgCmdCancelOkConfirmExitApp dlg = new GfrDlgCmdCancelOkConfirmExitApp(super._frm);
dlg.init();
dlg.setVisible(true);
boolean blnCancelled = dlg.isCancelled();
dlg.destroy();
dlg = null;
if (blnCancelled)
return false;//Action cancelled by user