On Wed, 7 May 2025 14:42:19 GMT, Andy Goryachev <[email protected]> wrote:
>> modules/javafx.graphics/src/main/java/javafx/scene/text/TabStop.java line 35:
>>
>>> 33: * @since 999 TODO
>>> 34: */
>>> 35: public class TabStop {
>>
>> If this immutable, why not use a `record` instead?
>
> good question!
>
> I see no value here in making it a record, and I think there is a possibility
> for an application to extend TabStop in order to provide additional
> attributes.
(this thing is still in Draft, but thank you for checking up on it!)
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1800#discussion_r2077805384