* "examples/exampleFeatures.txt"];
*/
-
- /**
- * @j2sNative
- *
- * thisApplet.__Info.args =
- * ["open","examples/jaxbtest.jvx"];
- */
-
+ /**
+ * @j2sNative
+ *
+ * hr = decodeURI(document.location.href);
+ * pos = hr.indexOf("?");
+ * // set space-delimited query parameters as arguments to Jalview main
+ * if (pos > 0)
+ * {
+ * thisApplet.__Info.args = hr.substring(pos+1).split(" ");
+ * }
+ */
}
public static void main(String[] args) throws Exception
{
Jalview.main(args);
- showFocusTimer();
+ //showFocusTimer();
}
protected static int focusTime = 0;