RFR: 8367376: Bad ButtonUI prevents other components from updating when system changes desktop properties [v4]

Prasanta Sadhukhan psadhukhan at openjdk.org
Thu Sep 18 06:54:38 UTC 2025


On Thu, 18 Sep 2025 06:51:19 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Jeremy Wood has updated the pull request incrementally with three additional commits since the last revision:
>> 
>>  - 8367376: rename test file
>>    
>>    This is in response to:
>>    https://github.com/openjdk/jdk/pull/27205#discussion_r2356674752
>>  - 8367376: add new line to end of file
>>    
>>    This is in response to:
>>    https://github.com/openjdk/jdk/pull/27205#discussion_r2356666306
>>  - 8367376: changing field names
>>    
>>    This is in response to:
>>    https://github.com/openjdk/jdk/pull/27205#discussion_r2356664929
>
> src/java.desktop/share/classes/sun/swing/plaf/DesktopProperty.java line 222:
> 
>> 220:                         setUpdatePending(false);
>> 221:                     }
>> 222:                 }
> 
> I guess same thing we need to do here too
> 
> https://github.com/openjdk/jdk/blob/c96d09acd95d0ccf2fef50b8ccfeb5e2a0aa0968/src/java.desktop/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java#L2293-L2296

and here too

https://github.com/openjdk/jdk/blob/c96d09acd95d0ccf2fef50b8ccfeb5e2a0aa0968/src/java.desktop/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java#L911-L914

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27205#discussion_r2357719216


More information about the client-libs-dev mailing list