RFR: 6753661: JFileChooser font not reset after Look & Feel change [v4]

Alexey Ivanov aivanov at openjdk.org
Wed Feb 8 11:43:44 UTC 2023


On Wed, 8 Feb 2023 05:36:55 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Issue is observed that after changing the Look & Feel from Metal to Nimbus and back to Metal, the Nimbus font continues to be used by a JFileChooser.
>> This is because Synth  `installDefaults `methods set the font, but its inverse methods `uninstallDefaults `do not remove them.
>> Fix is made to reset the font if it is set by L&F.
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   jcheck fix

Changes requested by aivanov (Reviewer).

test/jdk/javax/swing/JFileChooser/JFileChooserFontReset.java line 28:

> 26:  * @summary  Verifies if JFileChooser font reset after Look & Feel change
> 27:  * @run main JFileChooserFontReset
> 28:  */

May I ask you to move the jtreg tags to the class declaration? This way they're visible when you open the file in the IDE.

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

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



More information about the client-libs-dev mailing list