Lecture 12

        Graphics g = getGraphics();
        g.drawOval(20, 40, 100-20, 150-40);