7475767778798081828384
{ GfrFrmAbs frm = (GfrFrmAbs) GfrFrmAbs.s_getFrameOwner(GfrBcnPrintPartFrame.this); if (frm != null) { if (! frm.doPrint()) { // TODO error dialog! GfrBcnPrintPartFrame._LOGGER_.severe("! frm.doPrint()"); } }
949596979899100101102103104
GfrFrmAbs frm = (GfrFrmAbs) GfrFrmAbs.s_getFrameOwner(mim); if (frm != null) { if (! frm.doPrint()) { String str = "! frm.doPrint()"; GfrMimAlrPrintFrame._LOGGER_.warning(str); GfrOptionPaneAbs.s_showDialogWarning(frm, str); }