diff --git a/src/de/itsblue/ConnectFour/GameBoard.java b/src/de/itsblue/ConnectFour/GameBoard.java index baadbdb..1ec292e 100644 --- a/src/de/itsblue/ConnectFour/GameBoard.java +++ b/src/de/itsblue/ConnectFour/GameBoard.java @@ -66,7 +66,10 @@ public class GameBoard extends JPanel { } /** + * Constructor with custom rows and columns * + * @param rows number of columns the board sould have + * @param colums number of rows the board should have */ GameBoard(int rows, int colums) { this.boardRows = rows;