JAL-3026 "final" removed in Desktop ; fixing #48. 80, 91, 94
authorhansonr <hansonr@stolaf.edu>
Tue, 3 Jul 2018 07:16:00 +0000 (08:16 +0100)
committerhansonr <hansonr@stolaf.edu>
Tue, 3 Jul 2018 07:16:00 +0000 (08:16 +0100)
new SwingJS-site.zip  requires clean build

src/jalview/gui/Desktop.java
swingjs/SwingJS-site.zip

index 06c3b36..b3a82bd 100644 (file)
@@ -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());
index 3f82b28..c72b26f 100644 (file)
Binary files a/swingjs/SwingJS-site.zip and b/swingjs/SwingJS-site.zip differ