public void paintCircle (Graphics g, int diameter, int width, int height)
width and height are the width and height of the screen, as determined (in paint) by invoking bounds. paintCircle should draw a circle with the given diameter, in the center of the screen.