Commits.class, Summary.get(), false));
tablestack.addTable(new TablePanel(tablestack.nextTableId(),
Issues.class, Summary.get(), false));
add(tablestack);
add(new WeatherPanel("weather", WicketApplication.get().getRepository()
.getKeys(Location.class).get(0)));
StackedTablesPanel plotstack = new StackedTablesPanel("plotstack");
for (int index = 0; index < plotSources.getPlotSources().size(); index++) {
plotstack.addTable(new PlotPanel(tablestack.nextTableId(), index));
}