report.h1(title);
report.para("Encog Workbench is released under the Apache License. For more information see the license file released with the Encog Workbench.");
report.h3(EncogWorkBench.COPYRIGHT);
report.beginTable();
report.tablePair("Java Version", System.getProperty("java.version"));
report.tablePair("Java 64/32-Bit", System.getProperty("sun.arch.data.model"));
report.tablePair("Processor Count", ""+Runtime.getRuntime().availableProcessors());
report.tablePair("OS Name/Version", ""+ByteOrder.nativeOrder().toString());
report.tablePair("Encog Core Version", ""+Encog.VERSION);
report.endTable();