// Summary info is a 2 column section. PieChart on the left, and the startup
// statistics on the right.
Table summaryLayout = new Table(summaryInfoContainer);
summaryLayout.setFixedLayout(true);
TableRowElement row = summaryLayout.insertRow(-1);
row.setVAlign("top");
TableCellElement leftCell = row.insertCell(-1);
Container pieChartContainer = new DefaultContainerImpl(leftCell);
// Create a piechart with no data initially.