On Wed, 15 Oct 2025 09:05:54 GMT, Nir Lisker <[email protected]> wrote:
> The issue is that it's a `List` and not an `ObservableList`, so it doesn't > have JavaFX's additional bulk operation methods. However, "just" having > `ObservableList#subList` return an `ObservableList` will allow to make all > range operations easily: This change would be neither source compatible nor binary compatible, so this probably rules it out. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1937#issuecomment-3406058160
