Board erstellt

This commit is contained in:
Ewen Kerbs 2021-11-11 14:25:40 +01:00
parent 6ed9390f77
commit 52635342be

View File

@ -12,6 +12,7 @@ public class Board extends JPanel
public static final int BOARD_HEIGHT =20;
private Timer loop;
private Color[][] board = new Color[BOARD_HEIGHT][BOARD_HEIGHT];
public Board() {
loop = new Timer(500, new ActionListener() {
int n = 0;