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

Harshitha Onkar honkar at openjdk.org
Tue Apr 22 00:19:42 UTC 2025


On Mon, 21 Apr 2025 23:32:01 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 test

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

> 82:         left.setBackground(Color.DARK_GRAY);
> 83:         Panel right = new Panel();
> 84:         right.setBackground(Color.DARK_GRAY);

You missed adding setPreferredSize() to the left and right panels

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

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


More information about the client-libs-dev mailing list