public class ControlScreen
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BUTTON_H
The height of the button to return to the menu screen
|
static int |
BUTTON_W
The width of the button to return to the menu screen
|
static int |
BUTTON_X
The x position of the button to return to the menu screen
|
static int |
BUTTON_Y
The y position of the button to return to the menu screen
|
static int |
COLUMN_1_X
The first column of the screen to present the controls
|
static int |
COLUMN_2_X
The second column of the screen to present the controls
|
static int |
CONTROL_H
The height of the screen
|
static int |
CONTROL_TITLE_OFFSET_Y
The y offset for the title of the screen
|
static int |
CONTROL_W
The width of the screen
|
static int |
CONTROL_X
The x position for the screen on the JPanel window
|
static int |
CONTROL_Y
The y position for the screen on the JPanel window
|
static int |
RETURN_OFFSET_X
The x offset for the text within the return button
|
static int |
RETURN_OFFSET_Y
The y offset for the text within the return button
|
static int |
ROW_1_Y
The first row of the screen to present the controls
|
static int |
ROW_2_Y
The second row of the screen to present the controls
|
static int |
ROW_3_Y
The third row of the screen to present the controls
|
| Constructor and Description |
|---|
ControlScreen()
The default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
paint(java.awt.Graphics g)
Draws the UI of the control screen
|
public static final int CONTROL_X
public static final int CONTROL_Y
public static final int CONTROL_W
public static final int CONTROL_H
public static final int COLUMN_1_X
public static final int COLUMN_2_X
public static final int ROW_1_Y
public static final int ROW_2_Y
public static final int ROW_3_Y
public static final int BUTTON_W
public static final int BUTTON_H
public static final int BUTTON_X
public static final int BUTTON_Y
public static final int CONTROL_TITLE_OFFSET_Y
public static final int RETURN_OFFSET_Y
public static final int RETURN_OFFSET_X