case "centrecolumnlabels":
break;
case "defaultcolour":
- name = "defaultColour";
+ name = "DEFAULT_COLOUR"; // defaultColour
break;
case "defaultcolournuc":
- name = "defaultColourNuc";
+ name = "DEFAULT_COLOUR_NUC";// defaultColourNuc
break;
case "defaultcolourprot":
- name = "defaultColourProt";
+ name = "DEFAULT_COLOUR_PROT";// defaultColourProt";
break;
case "enablesplitframe":
name = "enableSplitFrame";
static {
/**
- * @j2sNative
+ * @ could do it this way:
*
- * J2S.thisApplet.__Info.args =
- * ["open","examples/uniref50.fa","features",
- * "examples/exampleFeatures.txt"];
+ * j2sNative
+ *
+ * J2S.thisApplet.__Info.args = [ "open","examples/uniref50.fa",
+ * "features","examples/exampleFeatures.txt" ];
*/
}
public static void main(String[] args) throws Exception
{
+ if (args.length == 0)
+ {
+ args = new String[] { "open", "examples/uniref50.fa", "features",
+ "examples/exampleFeatures.txt" };
+ }
Jalview.main(args);
//showFocusTimer();
}