On Fri, 6 Sep 2024 11:37:10 GMT, Abhishek Kumar <[email protected]> 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

Reply via email to