Create an drawing panel of at least 600 x 600. Draw filled-in shapes of at least two types(rectangles, circles, etc.) in at least two colors. Lines do not count as shapes for this part; add them on top, if you would like, after meeting the requirements.•Each shape type should be drawn by a function that you write, with parameters indicating where it is to be drawn, how big it is to be, and what color(s) to use for the shape. For example, if you are drawing trees, you might create drawTreewith parameters for size, location, trunk color, and leaf color. Even if you are only creating simple shapes, create and use one or two such functions.•Draw many shapes (10+) in an attractive pattern. Do something u
JAVA PLEASE!!
Create an drawing panel of at least 600 x 600. Draw filled-in shapes of at least two types(rectangles, circles, etc.) in at least two colors. Lines do not count as shapes for this part; add them on top, if you would like, after meeting the requirements.•Each shape type should be drawn by a function that you write, with parameters indicating where it is to be drawn, how big it is to be, and what color(s) to use for the shape. For example, if you are drawing trees, you might create drawTreewith parameters for size, location, trunk color, and leaf color. Even if you are only creating simple shapes, create and use one or two such functions.•Draw many shapes (10+) in an attractive pattern. Do something unique and interesting, perhaps drawinga landscape or creatingan eye-catching repeating geometric design.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images