Package | Description |
---|---|
controllers | |
views |
Modifier and Type | Field and Description |
---|---|
(package private) ObservableDomino |
DominoButtonController.domino
The domino to be randomized when the button is pressed
|
Constructor and Description |
---|
DominoButtonController(ObservableDomino d,
int i,
int j)
A 2-button controller for a domino:
Button for switching the domino around (swapping left and right values)
Button for randomly selecting a new domino
|
Modifier and Type | Field and Description |
---|---|
private ObservableDomino |
DominoPanel.domino |
Constructor and Description |
---|
DominoFrame(ObservableDomino domino,
int hor,
int ver) |
DominoPanel(ObservableDomino domino,
int width,
int height) |