On Thu, 21 Nov 2024 11:20:40 GMT, Abhishek Kumar <[email protected]> wrote:
>> Damon Nguyen has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> isPressed check and set
>
> src/java.desktop/share/classes/javax/swing/plaf/basic/BasicScrollBarUI.java
> line 1224:
>
>> 1222: * A listener to listen for keyboard focus changes.
>> 1223: */
>> 1224: protected class KeyboardFocusListener extends MouseAdapter
>> implements PropertyChangeListener {
>
> Why do you extends "MouseAdapter" ?
> Is it really needed ?
Looks like an artifact from my other implementations. This isn't required
anymore, thanks. Removed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20845#discussion_r1852499172