From 8fc68b43785ce4b8a9d068fbec43e52b4e8cbf20 Mon Sep 17 00:00:00 2001 From: amwaterhouse Date: Tue, 4 Apr 2006 12:53:36 +0000 Subject: [PATCH] loadDataFile is public --- src/jalview/gui/AlignFrame.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 1.7.10.2