On Sun, 1 Jun 2025 21:42:17 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
> `EventHandler` property implementations in `Scene` and `Window` use anonymous > classes derived from `ObjectPropertyBase`. We can remove about 650 lines of > boilerplate code by using a common property class instead. This pull request has now been integrated. Changeset: 9edc1696 Author: Michael Strauß <mstra...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/9edc1696f9b804473d5600fed40a2809db6ec05a Stats: 793 lines in 2 files changed: 50 ins; 694 del; 49 mod 8358255: Factor out boilerplate code of EventHandler properties in Scene and Window Reviewed-by: angorya, jhendrikx ------------- PR: https://git.openjdk.org/jfx/pull/1819