loadDataFile is public
authoramwaterhouse <Andrew Waterhouse>
Tue, 4 Apr 2006 12:53:36 +0000 (12:53 +0000)
committeramwaterhouse <Andrew Waterhouse>
Tue, 4 Apr 2006 12:53:36 +0000 (12:53 +0000)
src/jalview/gui/AlignFrame.java

index 9d2cf0f..a76106b 100755 (executable)
@@ -2742,10 +2742,10 @@ public void drop(DropTargetDropEvent evt)
 }\r
 \r
   // This method will attempt to load a "dropped" file first by testing\r
-  // whether its and Annotation file, then group file. If both are\r
+  // whether its and Annotation file, then features file. If both are\r
   // false then the user may have dropped an alignment file onto this\r
   // AlignFrame\r
-   void loadJalviewDataFile(String file)\r
+   public void loadJalviewDataFile(String file)\r
   {\r
     try{\r
       boolean isAnnotation = new AnnotationReader().readAnnotationFile(viewport.\r