super();
}
private boolean _confirmSaveBeforeCloseWindow_()
{
GfrDlgCmdCancelOkConfirmAbs dlg = new GfrDlgCmdCancelOkConfirmSaveBeforeCloseWin();
dlg.init();
dlg.setVisible(true);
boolean blnCancelled = dlg.isCancelled();
dlg.destroy();
dlg = null;
if (blnCancelled)
return false;//Action cancelled by user