currentAlignFrame is public
authoramwaterhouse <Andrew Waterhouse>
Mon, 20 Nov 2006 18:08:47 +0000 (18:08 +0000)
committeramwaterhouse <Andrew Waterhouse>
Mon, 20 Nov 2006 18:08:47 +0000 (18:08 +0000)
src/jalview/bin/JalviewLite.java

index ea425d0..09e8701 100755 (executable)
@@ -46,7 +46,7 @@ public class JalviewLite extends Applet
 \r
     //The currentAlignFrame is static, it will change\r
     //if and when the user selects a new window\r
-    static AlignFrame currentAlignFrame;\r
+    public static AlignFrame currentAlignFrame;\r
 \r
     //This is the first frame to be displayed, and does not change\r
     AlignFrame initialAlignFrame;\r