JAL-3210 Barebones gradle/buildship/eclipse. See README
[jalview.git] / src / jalview / bin / JalviewJS2.java
index 1ed9f27..26110f8 100644 (file)
@@ -20,25 +20,16 @@ public class JalviewJS2
 
   static {
     /**
-     * @ could do it this way:
+     * @j2sNative
      * 
-     * j2sNative
-     * 
-     * J2S.thisApplet.__Info.args = [ "open","examples/uniref50.fa",
-     * "features","examples/exampleFeatures.txt", "noannotation" ];
+     *            J2S.thisApplet.__Info.args =
+     *            ["open","examples/uniref50.fa","features",
+     *            "examples/exampleFeatures.txt"];
      */
   }
 
   public static void main(String[] args) throws Exception
   {
-    if (args.length == 0)
-    {
-      args = new String[] { "open", "examples/uniref50.fa", "features",
-          "examples/exampleFeatures.txt"
-          , "noannotation"
-          , "showoverview"
-      };
-    }
     Jalview.main(args);
        //showFocusTimer();
 }