RFR: 8311527: Region.snapInnerSpace*()
Kevin Rushforth
kcr at openjdk.org
Thu Sep 7 22:09:44 UTC 2023
On Thu, 7 Sep 2023 00:51:11 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
> Are you sure you'll be needing these methods for solving the table column resizing issues? For dealing with space, there are already the snapSpace methods, which do rounding.
That's a good point. These methods might or might not be needed in layout or to address table column resizing, so until we know for sure that they are needed, and are generally useful in other cases, we don't need to add them to the public API.
It seems best to move this PR to Draft until we are sure we need it.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1190#issuecomment-1710824974
More information about the openjfx-dev
mailing list