adding jaxbtest.jvx and directing JalviewJS2.java to open it.
[jalview.git] / src / jalview / bin / JalviewJS2.java
index 037f41e..516cc20 100644 (file)
@@ -13,13 +13,21 @@ public class JalviewJS2
 
   static {
     /**
-     * @j2sNative
+     * --j2sNative
      * 
      *            thisApplet.__Info.args =
-     *            ["open","http://www.jalview.org/builds/release/examples/uniref50.fa","features",
-     *            "http://www.jalview.org/builds/release/examples/exampleFeatures.txt"];
+     *            ["open","examples/uniref50.fa","features",
+     *            "examples/exampleFeatures.txt"];
      */
-    
+
+         
+           /**
+            * @j2sNative
+            * 
+            *            thisApplet.__Info.args =
+            *            ["open","examples/jaxbtest.jvx"];
+            */
+
   }
 
   public static void main(String[] args) throws Exception