currentAlignFrame is public
[jalview.git] / 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