RFR: 8325154: resizeColumnToFitContent is slower than it needs to be

Robert Lichtenberger rlichten at openjdk.org
Wed Feb 7 08:16:58 UTC 2024


On Fri, 2 Feb 2024 06:55:36 GMT, Robert Lichtenberger <rlichten at openjdk.org> wrote:

> The PR simply moves column and view-updates outside the loop. Since the column or view never changes within the for-loop it is not necessary to call these again and again.

I've filed https://bugs.openjdk.org/browse/JDK-8325390 to prevent this PR from getting too much clutter. I hope this is the right approach for an RFE ...

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1358#issuecomment-1931496944


More information about the openjfx-dev mailing list