Skip to content

Commit

Permalink
fix absolutely INACCEPTABLE syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
zocker-160 committed Aug 2, 2022
1 parent 73a6a1b commit 2596764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void handle(MouseEvent event) {
};
btn.setOnMouseClicked(eventHandler);

buttonGrid.add(btn, i%3, i /3);
buttonGrid.add(btn, i%3, i/3);
}

borderPane.setCenter(buttonGrid);
Expand Down

0 comments on commit 2596764

Please sign in to comment.