用java程序画一个雪人importjava.awt.*;importjavax.swing.JApplet;publicclassSnowmanextendsJApplet{//绘制雪人publicvoidpaint(Graphicspage){finalintMID=150;finalintTOP=50;setBackground(Color.cyan);//设置背景色page.setColor(Color.blue);//设置前景色page.fillRect(0,175,300,50);//ground