On Sat, 10 Dec 2022 17:29:23 GMT, Kevin Rushforth <k...@openjdk.org> wrote:

>> John Hendrikx has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Improve wording in javadoc and comments
>
> modules/javafx.base/src/main/java/javafx/beans/value/ObservableValue.java 
> line 295:
> 
>> 293:      * ObservableValue<String> longLivedProperty = new 
>> SimpleStringProperty("A");
>> 294:      * 
>> label.textProperty().bind(longLivedProperty.when(label::isShownProperty));
>> 295:      * }</pre>
> 
> I recommend to remove this second example.

I've reverted the changes in graphics and removed the example using it.

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

PR: https://git.openjdk.org/jfx/pull/830

Reply via email to