RFR: JDK-8328398 : Convert java/awt/im/4490692/bug4490692.html applet test to main [v4]
Harshitha Onkar
honkar at openjdk.org
Thu Mar 21 20:17:46 UTC 2024
On Thu, 21 Mar 2024 19:44:52 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:
>> Harshitha Onkar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> minor jtreg tag change
>
> test/jdk/java/awt/im/bug4490692.java line 87:
>
>> 85: panel.add(new JLabel("Text field:"));
>> 86:
>> 87: textField.addKeyListener(new KeyListener() {
>
> you can use `KeyAdapter` to avoid overriding unused methods (`keyTyped`, `keyReleased`).
Thanks! Updated.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18402#discussion_r1534618391
More information about the client-libs-dev
mailing list