Filling the statsPanel in PgnController

SavePgn
Justin 2025-06-23 03:38:22 +02:00
parent 2e6b9ec81c
commit 6bd35f8e30
1 changed files with 1 additions and 0 deletions

View File

@ -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) {