Exemplo n.º 1
0
 private void printEstimatesTableHeader(Session session, StringBuffer buff) {
   int rounds = session.rounds();
   String[] columnLabels = new String[rounds + 1];
   HtmlRow.labelFirstColumn("Judge", columnLabels);
   HtmlRow.labelColumns(1, rounds, columnLabels, session.getRoundLabel());
   HtmlTable.start(buff, columnLabels);
 }