> Am I missing something, or did GridPane forget to override clear() and do > something reasonable?
I think that's probably it. I suspect you'll find a similar problem with most containers. We override remove() but not clear(). Good catch.
> Am I missing something, or did GridPane forget to override clear() and do > something reasonable?
I think that's probably it. I suspect you'll find a similar problem with most containers. We override remove() but not clear(). Good catch.