Java wie man eine 2D -Sonnenfinsternis macht
//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);