Set the Graphics Stroke....(or change the color).
For instance:


Stroke previousStroke = g.getStroke();
g.setStroke(new BasicStroke(2.0f));//2 pixel width
g.drawOval(...)...