We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I will add the support for the new method drawOval in the different parts:
drawOval
adr-lejos
public void drawOval(int x, int y, int width, int height) { g2d.drawOval(x, y, width, height); }
Related issue: #580