Magic Eightball Exercise Make three classes for this exercise as listed below. The MainStart starts the program. MainStart uses the class MagicEightBall to make a Pane that it adds to it's BorderPane....


If any or all could be done then it would be greatly appreciated. Thank you!


Magic Eightball Exercise<br>Make three classes for this exercise as listed below.<br>The MainStart starts the program.<br>MainStart uses the class MagicEightBall to make a Pane that it adds to it's BorderPane.<br>MagicEightBall uses the class WiseSayings to get strings to print in it's label.<br>Upload all three java files.<br>Class MagicEightBall extends StackPane<br>methods:<br>showMystery() //just makes it grey<br>showSaying() // shows a random saying from it's list<br>add a Label<br>

Extracted text: Magic Eightball Exercise Make three classes for this exercise as listed below. The MainStart starts the program. MainStart uses the class MagicEightBall to make a Pane that it adds to it's BorderPane. MagicEightBall uses the class WiseSayings to get strings to print in it's label. Upload all three java files. Class MagicEightBall extends StackPane methods: showMystery() //just makes it grey showSaying() // shows a random saying from it's list add a Label
Class MagicEightBall extends StackPane<br>methods:<br>showMystery() //just makes it grey<br>showSaying() // shows a random saying from it's list<br>add a Label<br>draw a triangle surrounding the Label<br>draw a circle surounding the triangle<br>==== ====<br>Class MainStart extends Application<br>Make a BorderPane<br>put a button in the bottom cell<br>put a MagicEightBall in the center cell<br>When the button is pushed it calls showSaying()<br>==== ==<br>Class WiseSayings<br>methods:<br>String getRandomSaying()<br>Has a private array that holds a list of 8-ball sayings<br>the list of Sayings:<br>As I see it, yes.<br>Ask again later.<br>Better not tell you now.<br>Cannot predict now.<br>Concentrate and ask again.<br>Don't count on it.<br>It is certain.<br>

Extracted text: Class MagicEightBall extends StackPane methods: showMystery() //just makes it grey showSaying() // shows a random saying from it's list add a Label draw a triangle surrounding the Label draw a circle surounding the triangle ==== ==== Class MainStart extends Application Make a BorderPane put a button in the bottom cell put a MagicEightBall in the center cell When the button is pushed it calls showSaying() ==== == Class WiseSayings methods: String getRandomSaying() Has a private array that holds a list of 8-ball sayings the list of Sayings: As I see it, yes. Ask again later. Better not tell you now. Cannot predict now. Concentrate and ask again. Don't count on it. It is certain.

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here