param frontColor Color{
public TipPanel(Color backColor, Color frontColor) {
this();
this.backColor = backColor;
this.frontColor = frontColor;
}
public void setStyle(int style) {
this.style = style;
repaint();
}
}
各为大哥,你们好,我用JAVA做一个俄罗斯方块,做好了,但是老是出问题,就是这里,请问一下哪里错了,请帮我修改一下,谢谢。
參考答案:"param frontColor Color{ "这句怎么回事啊,偶不懂,请楼主解释下。