JFrame cercles en java

public void paintComponent(Graphics g) {
  g.drawOval(0,0,50,50);
}
Wrong Wallaby