g.setColor(Color.red); // set the drawing pen to red g.fillOval(0, 0, 60, 60); // draw the filled circle g.drawString("One red circle", 0, 80); //write the string