JnetFIle is a readable format
[jalview.git] / src / jalview / io / AppletFormatAdapter.java
index d7587c5..9da144a 100755 (executable)
@@ -31,7 +31,7 @@ public class AppletFormatAdapter
   /** DOCUMENT ME!! */
   public static final String[] READABLE_FORMATS = new String[]
       {
-      "BLC", "CLUSTAL", "FASTA", "MSF", "PileUp", "PIR", "PFAM", "STH", "PDB"
+      "BLC", "CLUSTAL", "FASTA", "MSF", "PileUp", "PIR", "PFAM", "STH", "PDB", "JnetFile"
   };
 
   public static final String[] WRITEABLE_FORMATS = new String[]
@@ -40,7 +40,7 @@ public class AppletFormatAdapter
   };
 
   public static String INVALID_CHARACTERS = "Contains invalid characters";
-
+  // TODO: make these messages dynamic
   public static String SUPPORTED_FORMATS = "Formats currently supported are\n" +
       "Fasta, MSF, Clustal, BLC, PIR, MSP, and PFAM";