On Wed, 16 Apr 2025 08:42:20 GMT, Jayathirth D V <[email protected]> wrote:
> Open source some of the swing LAF tests
test/jdk/com/sun/java/swing/plaf/windows/MenuItem/4685843/bug4685843.java line
75:
> 73:
> 74: jMenu.setText("File");
> 75: jMenuItem.setText("JMenuItem");
minor changes:
You can pass the text while initializing for JMenu, JMenuItem,
JCheckBoxMenuItem and JRadioButtonMenuItem.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24677#discussion_r2048207175
