Filling the statsPanel in PgnController
parent
2e6b9ec81c
commit
6bd35f8e30
|
@ -65,6 +65,7 @@ public class PgnController {
|
|||
public void updateGuiBoard() {
|
||||
BoardDTO board = engine.getBoardAsDTO();
|
||||
gui.updateBoard(board);
|
||||
gui.updateMoveList(engine.getMoveListStringsGrouped());
|
||||
}
|
||||
|
||||
private void resetFieldBackground(int row, int col) {
|
||||
|
|
Loading…
Reference in New Issue