RFR: 8273743: KeyCharacterCombination for "+" does not work on US QWERTY keyboard layout [v5]
Martin Fox
duke at openjdk.org
Fri Jun 9 00:38:49 UTC 2023
On Fri, 9 Jun 2023 00:18:46 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:
>> Martin Fox has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Updating classpath for Eclipse users
>
> modules/javafx.graphics/src/main/java/com/sun/glass/ui/View.java line 974:
>
>> 972: }
>> 973:
>> 974: // Returns true iff event was consumed
>
> There are some places where it's written "iff", I'm not sure if it's intentional or a typo.
iff is an abbreviation for "if and only if". It's a bit formal but I noticed it was used in other internal API comments and JavaDocs. I think I removed all of these when I resubmitted this code as part of #1126.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/694#discussion_r1223682272
More information about the openjfx-dev
mailing list