added doc comment
This commit is contained in:
parent
e9aa132d3f
commit
ac9e6fb34b
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
GameBoard(int rows, int colums) {
|
||||||
this.boardRows = rows;
|
this.boardRows = rows;
|
||||||
|
|
Reference in a new issue