Integrated: 8358255: Factor out boilerplate code of EventHandler properties in Scene and Window
Michael Strauß
mstrauss at openjdk.org
Tue Jun 3 17:03:06 UTC 2025
On Sun, 1 Jun 2025 21:42:17 GMT, Michael Strauß <mstrauss at 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ß <mstrauss at 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
More information about the openjfx-dev
mailing list