From cad04325f8a96d7cea4a91043f4cd1ce710e1d92 Mon Sep 17 00:00:00 2001 From: Prasanta Sadhukhan Date: Fri, 23 Jan 2026 05:09:04 +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 e19155da4ed..44e3805acb4 100644 --- a/test/jdk/javax/swing/JMenuItem/LargeMenuTextArrowIconPosition.java +++ b/test/jdk/javax/swing/JMenuItem/LargeMenuTextArrowIconPosition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it