On Mon, 21 Apr 2025 23:32:01 GMT, Alisen Chung <ach...@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

Reply via email to