JAL-3253-applet headless branch - just experimenting.
[jalview.git] / src / jalview / bin / JalviewJS2.java
index 1ed9f27..4a21374 100644 (file)
@@ -33,10 +33,12 @@ public class JalviewJS2
   {
     if (args.length == 0)
     {
-      args = new String[] { "open", "examples/uniref50.fa", "features",
+      args = new String[] { "headless", "open", "examples/uniref50.fa",
+          "features",
           "examples/exampleFeatures.txt"
           , "noannotation"
           , "showoverview"
+          , "png", "ALIGN.png"
       };
     }
     Jalview.main(args);