Browse Source

private

master
vito 8 years ago
parent
commit
9e247b7337
  1. 2
      designer/src/com/fr/design/report/ReportExportAttrPane.java

2
designer/src/com/fr/design/report/ReportExportAttrPane.java

@ -18,7 +18,7 @@ public class ReportExportAttrPane extends BasicPane {
private ExcelExportPane excelExportPane;
private PDFExportPane pdfExportPane;
private WordExportPane wordExportPane;
List<AbstractExportPane> paneList;
private List<AbstractExportPane> paneList;
public ReportExportAttrPane() {
UITabbedPane uiTabbedPane = new UITabbedPane();

Loading…
Cancel
Save