RFR: 8359889: java/awt/MenuItem/SetLabelTest.java inadvertently triggers clicks on items pinned to the taskbar

Alexey Ivanov aivanov at openjdk.org
Wed Jun 18 15:25:33 UTC 2025


On Wed, 18 Jun 2025 09:33:50 GMT, Manukumar V S <mvs at openjdk.org> wrote:

> Issue:
> In Windows, java/awt/MenuItem/SetLabelTest.java inadvertently triggers clicks on items pinned to the taskbar. This may open some other UI item and may interfere further testing on that machine.
> 
> Fix:
> Move the test UI to the centre of the screen by calling frame.setLocationRelativeTo(null).
> 
> Testing:
> Tested manually and using Mach5(20 times in 3 machines) and got all PASS and never triggered unwanted clicks on taskbar.

Update the copyright year.

Otherwise, it looks good.

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

Changes requested by aivanov (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25868#pullrequestreview-2939705760


More information about the client-libs-dev mailing list