Esempio n. 1
0
 // The column number of the score table ranks column
 public static int scoreRankColumn() {
   return scoreLeftColumns + Quiz.getInstance().roundCount();
 }
Esempio n. 2
0
 // The column number of the score table totals column
 public static int scoreTotalColumn() {
   return scoreLeftColumns + Quiz.getInstance().roundCount() + 1;
 }