javadoc
[jalview.git] / src / jalview / gui / AlignFrame.java
index 938b047..2a91435 100755 (executable)
@@ -160,7 +160,12 @@ public class AlignFrame
    addKeyListener();
 
   }
-
+  /**
+   * Change the filename and format for the alignment, and
+   * enable the 'reload' button functionality.
+   * @param file valid filename
+   * @param format format of file
+   */
   public void setFileName(String file, String format)
   {
      fileName = file;