RFR: 8330462: StringIndexOutOfBoundException when typing anything into TextField [v7]

Kevin Rushforth kcr at openjdk.org
Fri Apr 19 17:52:04 UTC 2024


On Fri, 19 Apr 2024 17:33:39 GMT, Andy Goryachev <angorya 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
> ```

Correct.

> @kevinrushforth I wonder if there was a way to auto-generate addExports somehow, at least the part needed for the tests.

I'd rather have it be explicit. It changes rarely.

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

PR Comment: https://git.openjdk.org/jfx/pull/1442#issuecomment-2067036061


More information about the openjfx-dev mailing list