RFR: 8361286: Allow enabling of background loading for images loaded from an InputStream

Michael Strauß mstrauss at openjdk.org
Mon Aug 18 20:35:40 UTC 2025


On Mon, 18 Aug 2025 20:16:19 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:

> Do we still use `@NamedArg`? I thought it's a remnant of pre-Java 8 where parameter names weren't saved.

`FXMLoader` uses the `@NamedArg` annotation to associate XML attribute values with constructor arguments.

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

PR Comment: https://git.openjdk.org/jfx/pull/1875#issuecomment-3198333996


More information about the openjfx-dev mailing list