RFR: 8330462: StringIndexOutOfBoundException when typing anything into TextField [v7]
Andy Goryachev
angorya at openjdk.org
Fri Apr 19 17:36:03 UTC 2024
On Fri, 19 Apr 2024 11:03:31 GMT, Oliver Kopp <duke at openjdk.org> wrote:
> module `javafx.graphics` does not export `com.sun.glass.ui.win` to unnamed module @0x1e6454ec.
I think you need to add
--add-exports javafx.graphics/com.sun.glass.ui.win=ALL-UNNAMED
to graphics/src/test/addExports
(see line 7)
@kevinrushforth I wonder if there was a way to auto-generate addExports somehow, at least the part needed for the tests.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1442#issuecomment-2067004360
More information about the openjfx-dev
mailing list