public class GUI extends Object
| Constructor and Description |
|---|
GUI()
This GUI class constructor makes the frame and the buttons
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
openGameWindow() |
void |
openHighScoresWindow() |
void |
openInstructionsWindow()
Opens a new window with game instructions displayed
|
void |
setButtonCharacteristics(JButton b) |
public static void main(String[] args)
public void openInstructionsWindow()
public void openHighScoresWindow()
public void openGameWindow()
public void setButtonCharacteristics(JButton b)