RFR: 8296222: SwingEventMonitor - installListeners(Component , int ) - CELLEDITOR - bug

Alexander Zuev kizune at openjdk.org
Mon Nov 14 18:07:34 UTC 2022


On Thu, 10 Nov 2022 08:01:38 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> It seems there was a typo inside function `installListeners(Component, int)` and `removeListeners(Component)` on case EventID.CELLEDITOR.
> 
> Changed the string from "getCellEditorMethod" to "getCellEditor" in `protected void installListeners(Component c, int eventID)` and `protected void removeListeners(Component c)` methods.
> 
> Didn't add any test case.

Looks good

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

Marked as reviewed by kizune (Reviewer).

PR: https://git.openjdk.org/jdk/pull/11082



More information about the client-libs-dev mailing list