FIX::More CS errors
This commit is contained in:
@@ -79,8 +79,8 @@ public class Hints {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method returns an arbitrary String.
|
* This seeks out a random hint from the list of strings.
|
||||||
* @return the random hint.
|
* @return the random string hint.
|
||||||
*/
|
*/
|
||||||
public String randomHint() {
|
public String randomHint() {
|
||||||
Random rand = new Random();
|
Random rand = new Random();
|
||||||
|
|||||||
@@ -426,6 +426,9 @@ public class DashBoardController {
|
|||||||
calcStage.show();
|
calcStage.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This method adds a random hint to the GUI.
|
||||||
|
*/
|
||||||
public void addRandomHints() {
|
public void addRandomHints() {
|
||||||
FadeTransition fadeOut = new FadeTransition(Duration.millis(400), hintText);
|
FadeTransition fadeOut = new FadeTransition(Duration.millis(400), hintText);
|
||||||
fadeOut.setFromValue(1.0);
|
fadeOut.setFromValue(1.0);
|
||||||
|
|||||||
Reference in New Issue
Block a user