|
|
@ -107,7 +107,7 @@ class SubmitThread implements Runnable{ |
|
|
|
public class App |
|
|
|
public class App |
|
|
|
{ |
|
|
|
{ |
|
|
|
public static Image paragraph/*,paragraph2,paragraph3*/; |
|
|
|
public static Image paragraph/*,paragraph2,paragraph3*/; |
|
|
|
final static int EVENT = 17; |
|
|
|
final static int EVENT = 18; |
|
|
|
public static int[] lastScores = new int[]{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; |
|
|
|
public static int[] lastScores = new int[]{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; |
|
|
|
public static int[] lastLowerTierScores = new int[]{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; |
|
|
|
public static int[] lastLowerTierScores = new int[]{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; |
|
|
|
public static Font myFont = new Font("Serif", Font.BOLD, 26); |
|
|
|
public static Font myFont = new Font("Serif", Font.BOLD, 26); |
|
|
|