java create circle

Java
// x position, y position, x size, y size.
ellipse(0, 0, 100, 100);
Source

Also in Java: