From: amwaterhouse Date: Tue, 4 Apr 2006 12:53:36 +0000 (+0000) Subject: loadDataFile is public X-Git-Tag: Release_2_08~69 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=8fc68b43785ce4b8a9d068fbec43e52b4e8cbf20;p=jalview.git loadDataFile is public --- diff --git a/src/jalview/gui/AlignFrame.java b/src/jalview/gui/AlignFrame.java index 9d2cf0f..a76106b 100755 --- a/src/jalview/gui/AlignFrame.java +++ b/src/jalview/gui/AlignFrame.java @@ -2742,10 +2742,10 @@ public void drop(DropTargetDropEvent evt) } // This method will attempt to load a "dropped" file first by testing - // whether its and Annotation file, then group file. If both are + // whether its and Annotation file, then features file. If both are // false then the user may have dropped an alignment file onto this // AlignFrame - void loadJalviewDataFile(String file) + public void loadJalviewDataFile(String file) { try{ boolean isAnnotation = new AnnotationReader().readAnnotationFile(viewport.