Make cancelled public variable
authoramwaterhouse <Andrew Waterhouse>
Thu, 10 Nov 2005 11:03:59 +0000 (11:03 +0000)
committeramwaterhouse <Andrew Waterhouse>
Thu, 10 Nov 2005 11:03:59 +0000 (11:03 +0000)
src/jalview/gui/EPSOptions.java

index 5926563..a9a60f2 100755 (executable)
@@ -27,7 +27,7 @@ public class EPSOptions
     extends JPanel\r
 {\r
   JDialog dialog;\r
-  boolean cancelled = false;\r
+  public boolean cancelled = false;\r
   String value;\r
 \r
   public EPSOptions()\r