RFR: 8354466: Open some misc Swing bugs 9 [v2]

Abhishek Kumar abhiscxk at openjdk.org
Mon Apr 21 04:52:49 UTC 2025


On Fri, 18 Apr 2025 22:56:38 GMT, Alisen Chung <achung at openjdk.org> wrote:

>> Updating and opening some misc swing bugs
>
> Alisen Chung has updated the pull request incrementally with one additional commit since the last revision:
> 
>   update jtreg path

test/jdk/javax/swing/JSplitPane/bug4820080.java line 66:

> 64: 
> 65:         JPanel jleft = new JPanel();
> 66:         jleft.setBackground(Color.darkGray);

You may change from lowercase to uppercase for constants here and below
Suggestion:

        jleft.setBackground(Color.DARK_GRAY);

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24703#discussion_r2051950518


More information about the client-libs-dev mailing list