标签: java graphics2d
如何在Java中用绘制圆圈的下半部分?
drawArc
答案 0 :(得分:1)
确保旋转起始方向:
g.drawArc(0, 0, 300, 300, 180, -180);