Skip to content
Snippets Groups Projects
Commit 1d356ed3 authored by jan-schw's avatar jan-schw
Browse files

make button field final

parent 50d95328
No related branches found
No related tags found
2 merge requests!6Add final version of the game to main branch,!5Add basic implementation
......@@ -8,7 +8,7 @@ import javafx.stage.Stage;
public class TicTacToeFX extends Application {
private Button[][] buttons = new Button[3][3];
private final Button[][] buttons = new Button[3][3];
private boolean isXTurn = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment