Exercise 23.11(Bouncing Balls)Modify the program in Exercise 23.10 to add a new ball each time the user clicks the mouse. Provide a minimum of 20 balls. Randomly choose the color for each new ball.Exercise 23.10(Bouncing Ball)Write a program that uses JavaFX threading techniques introduced in this chapter to bounce a blue ball inside a pane. The ball should begin moving in a random direction from the point where the user clicks the mouse. When the ball hits the edge of the pane, it should bounce off the edge and continue in the opposite direction.
The entire program should be in one java file
The post Randomly choose the color for each new ball appeared first on My Assignment Online.