On Tue, 11 Jun 2024 06:05:02 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> TestUngrab.java was added for > [JDK-8267374](https://bugs.openjdk.org/browse/JDK-8267374) macos fix but the > test can be run for all platforms as the behaviour is common for all > CI run job link in JBS.. There are few unused imports in the test. import java.awt.event.ActionEvent; import java.awt.event.KeyEvent; import java.awt.event.MouseEvent; ------------- PR Comment: https://git.openjdk.org/jdk/pull/19644#issuecomment-2162142840