Flächen
This commit is contained in:
parent
936f6670e9
commit
f3b15428e7
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -6,6 +6,7 @@ import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
import javax.swing.JPanel;
|
||||
import javax.swing.Timer;
|
||||
|
||||
public class Board extends JPanel
|
||||
{
|
||||
public static final int BOARD_WIDTH=10;
|
||||
|
@ -3,7 +3,7 @@ package Tetris;
|
||||
import javax.swing.JFrame;
|
||||
|
||||
public class GameGui {
|
||||
public static final int width= 445, height =629;
|
||||
public static final int width= 500, height =650;
|
||||
private Board board;
|
||||
private JFrame window;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user