I'm absolutely clueless on how to control arcs in java. Here is some sample code my teacher gave me, would somebody mind explaining what each part of it does?
g.drawArc(50,250,150,150,90,180);
g.drawArc(210,250,150,150,45,90);
g.fillArc(210,280,150,150,45,90);