RFR: 8313424: JavaFX controls in the title bar [v19]
Andy Goryachev
angorya at openjdk.org
Tue Nov 5 16:11:43 UTC 2024
On Tue, 5 Nov 2024 01:23:22 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
>> would it be possible to specify where from?
>
> Yes, but if we do that, then we should do it everywhere it matters. The native toolkits are not multi-threaded, so all native upcalls happen on the JavaFX application thread. We should probably do this in another PR, and discuss how to do it uniformly (javadoc, annotation, etc).
I think it would make sense to start doing this in the new code, as this helps to show the connection. Only if as a courtesy to the developers who have to read the code years later.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1605#discussion_r1829628675
More information about the openjfx-dev
mailing list