You will write a graphics program that moves a small black circle according to the position of two sliders.
The circle should move within a graphics area. The graphics area should re-size to take up most of the window as the window is re-sized. The circle should always be visible at any position of the sliders.
The runnable jar file “Week06.jar” on the course website will demonstrate what your program should do. It should operate functionally like my example, although you can enhance it to look a bit different (color and size of the object being moved, etc.)