Skip to content
Snippets Groups Projects
Commit 6391b0a9 authored by steyer's avatar steyer
Browse files

Kész?

parent d3e15387
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ public class GameRunner extends Thread {
private final GameBoard board;
private volatile boolean paused;
public GameRunner(GameBoard board) {
public GameRunner(GameBoard board) { //TODO teszt
this.board = board;
model = null;
paused = true;
......
......@@ -9,7 +9,7 @@ public class GameWindow extends JFrame {
private GameModel model;
private JTable table;
JFileChooser fileChooser;
private JFileChooser fileChooser;
public GameWindow(GameModel model){
super("Game of Life");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment