RFR: 8271328: User is able to choose the color after disabling the color chooser. [v2]

Abhishek Kumar duke at openjdk.org
Thu Sep 15 11:14:52 UTC 2022


On Thu, 15 Sep 2022 10:05:34 GMT, Tejesh R <tr at openjdk.org> wrote:

>> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review comment fix
>
> test/jdk/javax/swing/JColorChooser/TestDisabledColorChooser.java line 39:
> 
>> 37: import java.awt.Point;
>> 38: import java.awt.Robot;
>> 39: import javax.swing.*;
> 
> Please import only used swing components/functionalities. Can remove the generic `swing.*` import.

Updated the import statements.

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

PR: https://git.openjdk.org/jdk/pull/10276



More information about the client-libs-dev mailing list