发布网友 发布时间:2024-10-23 22:11
共2个回答
热心网友 时间:2024-11-02 15:55
public void paintComponent(Graphics g){
super.paintComponent(g);//绘图必须的,而且必须写在前面,写后面没用
//g = this.getGraphics();//不用
g.setColor(Color.blue);
g.fillOval(this.getWidth()-300, this.getHeight()-300, 300,300);
//this.getX()+50, this.getY()+50);GETX()Y()都是变动的,不能用。
热心网友 时间:2024-11-02 15:57
参 记住该记住的,忘却该忘却的。改变能转变的,接收不能改变的。