From: hansonr Date: Tue, 3 Jul 2018 07:16:00 +0000 (+0100) Subject: JAL-3026 "final" removed in Desktop ; fixing #48. 80, 91, 94 X-Git-Tag: Develop-2_11_2_0-d20201215~24^2~68^2~604 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=79d2d1087d5a8a8242a6bc9ba9e2695059504669;p=jalview.git JAL-3026 "final" removed in Desktop ; fixing #48. 80, 91, 94 new SwingJS-site.zip requires clean build --- diff --git a/src/jalview/gui/Desktop.java b/src/jalview/gui/Desktop.java index 06c3b36..b3a82bd 100644 --- a/src/jalview/gui/Desktop.java +++ b/src/jalview/gui/Desktop.java @@ -1121,7 +1121,7 @@ public class Desktop extends jalview.jbgui.GDesktop public void inputLocalFileMenuItem_actionPerformed(AlignViewport viewport) { String fileFormat = Cache.getProperty("DEFAULT_FILE_FORMAT"); - final JalviewFileChooser chooser = JalviewFileChooser + JalviewFileChooser chooser = JalviewFileChooser .forRead(Cache.getProperty("LAST_DIRECTORY"), fileFormat); chooser.setFileView(new JalviewFileView()); diff --git a/swingjs/SwingJS-site.zip b/swingjs/SwingJS-site.zip index 3f82b28..c72b26f 100644 Binary files a/swingjs/SwingJS-site.zip and b/swingjs/SwingJS-site.zip differ