38394041424344
/** * */ public ReportBuilder() { this.reportSettingsProperties = new ReportSettingsProperties(); }
2930313233343536
* @param parent */ public ControllerReportSettings(java.awt.Frame parent) { super(); this.reportSettings = new JDialogReportSettings(parent, this); this.properties = new ReportSettingsProperties(); this.setCloseListener(reportSettings); }