Create a fully documented java applet that produces a Bulls Eye with six concentriccircles using two colors as shown below. You may choose your own color combination.(See pg. 260, Programming Project 13, Savitch).Use Named Constants to establish and maintain the x and y settings for the top leftcorner and the amount to change the diameter for each circle.Use a for loop to control the drawing of each of the 6 circles. Within the loop, determinethe correct graphic settings for the fillOval method by increasing the x, y values to moveinward; reducing the diameter for the new circle and alternating the color setting.hint: to determine color setting LoopCtr % 2 will alternate between 0 and 1Test your code using the AppletViewer
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here