Fixed naming bug.

This commit is contained in:
Michael Bayne
2011-06-10 15:21:36 -07:00
parent a442f451c3
commit 8a3b1a04aa
+1 -1
View File
@@ -57,7 +57,7 @@ public class Ellipse extends AbstractEllipse implements Serializable
}
@Override // from RectangularShape
public void setFrame (float x, float y, float w, float h) {
public void setFrame (float x, float y, float width, float height) {
this.x = x;
this.y = y;
this.width = width;