Question: Create a java program that draws 10 random filled shapes in random colors, positions and sizes. Method paintComponent should contain a loop that iterates 10

Create a java program that draws 10 random filled shapes in random colors, positions and sizes. Method paintComponent should contain a loop that iterates 10 times. In each iteration, the loop should determine whether to draw a filled rectangle or an oval, create a random color and choose coordinates and dimensions at random. The coordinates should be chosen based on the panels width and height. Lengths of sides should be limited to half the width or height of the window. One sample output looks like the following (the output display varies greatly from time to time).

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!