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