コード例 #1
0
ファイル: Global.java プロジェクト: cornfrank/Quiz-Score
 // The column number of the score table ranks column
 public static int scoreRankColumn() {
   return scoreLeftColumns + Quiz.getInstance().roundCount();
 }
コード例 #2
0
ファイル: Global.java プロジェクト: cornfrank/Quiz-Score
 // The column number of the score table totals column
 public static int scoreTotalColumn() {
   return scoreLeftColumns + Quiz.getInstance().roundCount() + 1;
 }