RFR: 8274928: JavaFX virtual keyboard missing ^ character

Andy Goryachev angorya at openjdk.org
Tue Jan 27 19:39:48 UTC 2026


On Mon, 26 Jan 2026 21:38:50 GMT, Ziad El Midaoui <zelmidaoui at openjdk.org> wrote:

> Added "^" character to JavaFX virtual keyboard.

`<rant>`
why L1005 does

String boardFileName = type.substring(0,1).toUpperCase() + type.substring(1).toLowerCase() + "Board.txt";


when you can simply pass the resource name as is, e.g. "TextBoard.txt" L454.  This way one can actually use grep to find where in the code the thing is used...
`</rant>`

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

PR Comment: https://git.openjdk.org/jfx/pull/2053#issuecomment-3807140397


More information about the openjfx-dev mailing list