Loading src/jloda/export/EPSExportType.java +3 −3 Original line number Diff line number Diff line /** * EPSExportType.java * Copyright (C) 2017 Daniel H. Huson * Copyright (C) 2018 Daniel H. Huson * * (Some files contain contributions from other authors, who are then mentioned separately.) * Loading Loading @@ -107,9 +107,9 @@ public class EPSExportType extends FileFilter implements ExportGraphicType { * @throws IOException */ public void writeToFile(File file, final JPanel imagePanel, JScrollPane imageScrollPane, boolean showWholeImage) throws IOException { FileOutputStream fos = new FileOutputStream(file); try (FileOutputStream fos = new FileOutputStream(file)) { stream(imagePanel, imageScrollPane, showWholeImage, fos); fos.close(); } } /** Loading src/jloda/export/EPSGraphics.java +1 −1 Original line number Diff line number Diff line /** * EPSGraphics.java * Copyright (C) 2017 Daniel H. Huson * Copyright (C) 2018 Daniel H. Huson * * (Some files contain contributions from other authors, who are then mentioned separately.) * Loading src/jloda/export/ExportGraphicType.java +1 −1 Original line number Diff line number Diff line /** * ExportGraphicType.java * Copyright (C) 2017 Daniel H. Huson * Copyright (C) 2018 Daniel H. Huson * * (Some files contain contributions from other authors, who are then mentioned separately.) * Loading src/jloda/export/ExportImageDialog.java +1 −1 Original line number Diff line number Diff line /** * ExportImageDialog.java * Copyright (C) 2017 Daniel H. Huson * Copyright (C) 2018 Daniel H. Huson * * (Some files contain contributions from other authors, who are then mentioned separately.) * Loading src/jloda/export/ExportManager.java +1 −1 Original line number Diff line number Diff line /** * ExportManager.java * Copyright (C) 2017 Daniel H. Huson * Copyright (C) 2018 Daniel H. Huson * * (Some files contain contributions from other authors, who are then mentioned separately.) * Loading Loading
src/jloda/export/EPSExportType.java +3 −3 Original line number Diff line number Diff line /** * EPSExportType.java * Copyright (C) 2017 Daniel H. Huson * Copyright (C) 2018 Daniel H. Huson * * (Some files contain contributions from other authors, who are then mentioned separately.) * Loading Loading @@ -107,9 +107,9 @@ public class EPSExportType extends FileFilter implements ExportGraphicType { * @throws IOException */ public void writeToFile(File file, final JPanel imagePanel, JScrollPane imageScrollPane, boolean showWholeImage) throws IOException { FileOutputStream fos = new FileOutputStream(file); try (FileOutputStream fos = new FileOutputStream(file)) { stream(imagePanel, imageScrollPane, showWholeImage, fos); fos.close(); } } /** Loading
src/jloda/export/EPSGraphics.java +1 −1 Original line number Diff line number Diff line /** * EPSGraphics.java * Copyright (C) 2017 Daniel H. Huson * Copyright (C) 2018 Daniel H. Huson * * (Some files contain contributions from other authors, who are then mentioned separately.) * Loading
src/jloda/export/ExportGraphicType.java +1 −1 Original line number Diff line number Diff line /** * ExportGraphicType.java * Copyright (C) 2017 Daniel H. Huson * Copyright (C) 2018 Daniel H. Huson * * (Some files contain contributions from other authors, who are then mentioned separately.) * Loading
src/jloda/export/ExportImageDialog.java +1 −1 Original line number Diff line number Diff line /** * ExportImageDialog.java * Copyright (C) 2017 Daniel H. Huson * Copyright (C) 2018 Daniel H. Huson * * (Some files contain contributions from other authors, who are then mentioned separately.) * Loading
src/jloda/export/ExportManager.java +1 −1 Original line number Diff line number Diff line /** * ExportManager.java * Copyright (C) 2017 Daniel H. Huson * Copyright (C) 2018 Daniel H. Huson * * (Some files contain contributions from other authors, who are then mentioned separately.) * Loading