Java Cómo hacer un eclipse 2D
//for shapes that need to intake doubles
Ellipse2D.Double circle = new Ellipse2D.Double(x, y, width, height);
Charming Camel
//for shapes that need to intake doubles
Ellipse2D.Double circle = new Ellipse2D.Double(x, y, width, height);