From 2ec91ff780c1e28ad90039af018a5284c5903901 Mon Sep 17 00:00:00 2001 From: Prasanta Sadhukhan Date: Fri, 23 Jan 2026 05:15:46 +0000 Subject: [PATCH] 8374506: Incorrect positioning of arrow icon in parent JMenu in Windows L&F --- .../javax/swing/JMenuItem/LargeMenuTextArrowIconPosition.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jdk/javax/swing/JMenuItem/LargeMenuTextArrowIconPosition.java b/test/jdk/javax/swing/JMenuItem/LargeMenuTextArrowIconPosition.java index 44e3805acb4..72512560cff 100644 --- a/test/jdk/javax/swing/JMenuItem/LargeMenuTextArrowIconPosition.java +++ b/test/jdk/javax/swing/JMenuItem/LargeMenuTextArrowIconPosition.java @@ -47,7 +47,7 @@ public class LargeMenuTextArrowIconPosition { A frame will be shown with a label. Right click on the label. - Check the arrow icon at the end of + Check the arrow icon at the end of "Really long Menu-Text" text. If it overlaps with the menu text, press Fail else press Pass.""";