On Fri, 21 Mar 2025 06:00:12 GMT, Michael Strauß <mstra...@openjdk.org> wrote:

>> You should consider using a fluent binding here, which is a more modern 
>> solution compared to the `Bindings` class. It is also simpler because you 
>> don't need to check for `null`:
>> 
>> 
>> promptNode.textProperty().bind(getSkinnable().promptTextProperty().map(s -> 
>> s.replace("\n", "")));
>
> Have you considered the suggestion?

Yes I will push the new changes thanks for the suggestion @mstr2

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1716#discussion_r2010157516

Reply via email to