Skip to content

Commit

Permalink
finalfinal
Browse files Browse the repository at this point in the history
  • Loading branch information
mallika2608 committed Nov 22, 2014
1 parent ac4e2c2 commit 01a0a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Foosball/src/table/Scoreboard.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class Scoreboard extends JPanel {
Table mainFrame;
private static final long serialVersionUID = 1L;
int humanScore;
int aiScore;
public int aiScore;
JLabel human;
String labelText;
Game game;
Expand Down

0 comments on commit 01a0a6e

Please # to comment.