Added class Hints, including tests
This commit is contained in:
@@ -56,7 +56,7 @@ public class Hints {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method gets a random hint from the list of hints.
|
* This method returns a random hint from the list of hints.
|
||||||
* @return the random hint.
|
* @return the random hint.
|
||||||
*/
|
*/
|
||||||
public String randomHint() {
|
public String randomHint() {
|
||||||
|
|||||||
@@ -527,5 +527,5 @@ public class DashBoardController {
|
|||||||
button.setOnMouseExited(e -> scaleDown.playFromStart());
|
button.setOnMouseExited(e -> scaleDown.playFromStart());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user