public class TitleScreen
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INSTRUCTIOIN_MSG
The instruction shown on the title screen
|
static int |
INSTRUCTION_X
The x position of the instruction
|
static int |
INSTRUCTION_Y
The y position of the instruction
|
static java.lang.String |
TITLE_SCREEN_IMAGE_FILENAME
The filename of the title screen image
|
static java.awt.image.BufferedImage |
titleScreen
Stores the title screen image
|
| Constructor and Description |
|---|
TitleScreen()
The default constructor used to create the screen
|
| Modifier and Type | Method and Description |
|---|---|
void |
paint(java.awt.Graphics g)
Draws the UI of the screen
|
public static final java.lang.String INSTRUCTIOIN_MSG
public static final int INSTRUCTION_X
public static final int INSTRUCTION_Y
public static final java.lang.String TITLE_SCREEN_IMAGE_FILENAME
public static java.awt.image.BufferedImage titleScreen