标签: java
我注意到椭圆形有点蜿蜒曲折并且像素化:
如何画出清晰干净的?
我的简单代码:
g.drawOval(xCenter - radius, yCenter - radius, 2 * radius, 2 * radius);