RFR: 8226933: [TEST_BUG]GTK L&F: There is no swatches or RGB tab in JColorChooser [v4]
Tejesh R
tr at openjdk.org
Mon Sep 9 05:17:06 UTC 2024
On Fri, 6 Sep 2024 11:37:10 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:
>> There is no Swatches tab available for GTK Look and Feel due to the different ColorChooser UI design. Updated the test instructions.
>
> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove print statement
test/jdk/javax/swing/plaf/basic/BasicSliderUI/bug4419255.java line 66:
> 64: private static JColorChooser createColorChooser() {
> 65: JColorChooser chooser = new JColorChooser(Color.BLUE);
> 66: return chooser;
Suggestion:
return new JColorChooser(Color.BLUE);;
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20867#discussion_r1749572412
More information about the client-libs-dev
mailing list