package jalview.bin; /** * Entry point for JalviewJS development. * * * * @author RM * */ public class JalviewJS2 { static { /** * @j2sNative * * thisApplet.__Info.args = * ["open","http://www.jalview.org/builds/release/examples/uniref50.fa","features", * "http://www.jalview.org/builds/release/examples/exampleFeatures.txt"]; */ } public static void main(String[] args) throws Exception { Jalview.main(args); } }