(int) (screenSize.height - 650) / 2, 900, 650);
}
jconsole = new Console(this);
+ // immediately output essential build information
+ System.out.println("Jalview Desktop "+jalview.bin.Cache.getProperty("VERSION")+"\n"
+ +"Build Date: "
+ + jalview.bin.Cache.getDefault("BUILD_DATE", "unknown")+"\n"
+ + "Java version: " + System.getProperty("java.version")
+ + "\n"+System.getProperty("os.arch") + " "
+ + System.getProperty("os.name") + " "
+ + System.getProperty("os.version"));
+
showConsole(showjconsole);
this.addWindowListener(new WindowAdapter()