Please use JAVA (Don’t want the alien one)
Create an additional drawing panel at least 400 x 400. On it,draw filled-in shapes of at least two types (rectangles, circles,etc.) in at least two colors.
Each shape type should be drawn by its own method (that youwrite) with parameters indicating where it is to be drawn and howbig it is to be. Consider including the color as a parameter aswell; this would make the function more flexible.
Draw at least ten shapes in an attractive pattern; do somethingfun and interesting of your own design.
(1)Use a Random object or random() method for creating differentcolors.
What You
OR
OR