On Fri, 14 Apr 2023 09:47:45 GMT, John Hendrikx <[email protected]> wrote:
>> These changes use base classes for custom properties where possible for the
>> `ExpressionHelper` logic instead of duplicating these each time.
>
> John Hendrikx has refreshed the contents of this pull request, and previous
> commits have been removed. The incremental views will show differences
> compared to the previous content of the PR. The pull request contains one new
> commit since the last revision:
>
> Use property base classes where possible
Marked as reviewed by nlisker (Reviewer).
modules/javafx.graphics/src/main/java/javafx/scene/transform/Transform.java
line 675:
> 673: */
> 674: private static abstract class LazyBooleanProperty
> 675: extends ReadOnlyBooleanPropertyBase {
You can put this in the line above.
-------------
PR Review: https://git.openjdk.org/jfx/pull/1092#pullrequestreview-1387291599
PR Review Comment: https://git.openjdk.org/jfx/pull/1092#discussion_r1168193384