Write a Java program that creates the drawing below.
Make the overall picture 600-by-600 pixels.
Each bullseye is 200 pixels wide and high. Each bullseye should
have eight rings in it, with crosshairs in the middle.
The way to do this and avoid code duplication is to have your
run method call
another method named bullseye nine times withe nine
different starting coordinates.
HW2 and your Program.java
file should should be in there.