I guess you should just:

import java.awt.Graphics;

After you've imported the graphics, you can make an method which draws your Oval.
Like this:

public void DrawtheOval(Graphics g) {...