From d19a408c077812afa707357d2e283b9c1d2fa25b Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Fri, 12 May 2017 11:47:47 +0800 Subject: [PATCH] rt --- .../design/mainframe/alphafine/component/AlphaFineDialog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designer/src/com/fr/design/mainframe/alphafine/component/AlphaFineDialog.java b/designer/src/com/fr/design/mainframe/alphafine/component/AlphaFineDialog.java index 0951faf64e..06ae35e188 100644 --- a/designer/src/com/fr/design/mainframe/alphafine/component/AlphaFineDialog.java +++ b/designer/src/com/fr/design/mainframe/alphafine/component/AlphaFineDialog.java @@ -314,7 +314,7 @@ public class AlphaFineDialog extends UIDialog { @Override protected BufferedImage doInBackground() throws Exception { WorkBook workBook = (WorkBook) TemplateWorkBookIO.readTemplateWorkBook(FRContext.getCurrentEnv(), fileName); - BufferedImage bufferedImage = new ImageExporter().export(workBook); + BufferedImage bufferedImage = new ImageExporter().exportToImage(workBook); return bufferedImage; }