RFR: 8378297: Remove AppContext from several Swing component and related classes [v2]

Phil Race prr at openjdk.org
Wed Feb 25 11:06:15 UTC 2026


On Tue, 24 Feb 2026 20:34:20 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:

>> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8378297
>
> src/java.desktop/share/classes/javax/swing/JFrame.java line 752:
> 
>> 750: 
>> 751:     private static boolean defaultLAFDecorated;
>> 752:     /**
> 
> Suggestion:
> 
>     private static boolean defaultLAFDecorated;
>     
> /**
> 
> 
> Nit but you have added a newline after similar `private static vars` for JDialog and JPopupMenu.

added a spacing new line

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29830#discussion_r2849512517


More information about the client-libs-dev mailing list