On Thu, 15 Sep 2022 10:05:34 GMT, Tejesh R <[email protected]> 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
