162163164165166167168169170171172
//Show page frame.progress(translator.getString("Show")); frame.showPage(); } catch (Exception e) { frame.reportException(e); if (e instanceof FOPException) { throw (FOPException)e; } throw new FOPException(e); }