Co źle robię?
public void Kolo(double x, double y, double r) {
    this.x = x;
    this.y = y;
    this.r = r;
}