此文件的第36和37行(也粘贴在下面)
https://github.com/GeorgeGally/creative_coding/blob/master/part4a.html
... x和y是使用宽度和高度的固定值定义的。
TreeSet<String> a = TreeSet.create(); // ok
TreeSet<Object> b = TreeSet.create(); // error
console.log(ball)清楚地显示x和y被设置为各种值。造成此问题的原因是part4a.html中代码的哪一部分?