JAL-3032
[jalview.git] / src / jalview / bin / JalviewJS2.java
1 package jalview.bin;
2
3 /**
4  * Entry point for JalviewJS development. 
5  * 
6  * 
7  * 
8  * @author RM
9  *
10  */
11 public class JalviewJS2
12 {
13
14   static {
15     /**
16      * @j2sNative
17      * 
18      *            thisApplet.__Info.args =
19      *            ["open","http://www.jalview.org/builds/release/examples/uniref50.fa","features",
20      *            "http://www.jalview.org/builds/release/examples/exampleFeatures.txt"];
21      */
22     
23   }
24
25   public static void main(String[] args) throws Exception
26   {
27     Jalview.main(args);
28   }
29
30
31 }