On Mon, 26 Jan 2026 21:38:50 GMT, Ziad El Midaoui <[email protected]> 
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

Reply via email to