public class Control
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static int |
COLUMNS
The number of columns in the user interface.
|
private static int |
FONT
The font size in the user interface.
|
private static int |
ROWS
The number of rows in the user interface.
|
private UI |
ui
User interface for the ball world
|
private World |
world
Physics world for the ball world.
|
Constructor and Description |
---|
Control()
Creates the world and the user interface.
|
private UI ui
private World world
private static final int ROWS
private static final int COLUMNS
private static final int FONT