| Modifier and Type | Method and Description |
|---|---|
private JPanel |
BoggleView.makeControlPanel(BoggleController controller)
Creates the panel that contains the clear, submit, and re-roll buttons, and
the text field for the word.
|
private JPanel |
BoggleView.makeMiddlePanel(BoggleController controller)
Creates the middle panel.
|
| Constructor and Description |
|---|
BoggleView(BoggleController controller)
Create the Boggle user interface.
|