On Fri, 21 Mar 2025 11:00:16 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> copyright year update > > test/jdk/javax/swing/JTabbedPane/TestJTabbedPaneBackgroundColor.java line 138: > >> 136: Color expected = isOpaque ? c1 : c2; >> 137: >> 138: if (!expected.equals(actual)) { > > You may want to print the color values to the test output. Updated. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24148#discussion_r2007356349