Trying to animate the filling of the board.
This is just for educational purposes and at no means necessary for the game. Yeah I'm pretty productive LOL
This commit is contained in:
7
ConnectFour/src/SwingWorkerValues.java
Normal file
7
ConnectFour/src/SwingWorkerValues.java
Normal file
@@ -0,0 +1,7 @@
|
||||
public class SwingWorkerValues {
|
||||
public int row, column;
|
||||
public SwingWorkerValues(int row, int column){
|
||||
this.row = row;
|
||||
this.column = column;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user