On Mon, 7 Jul 2025 05:07:51 GMT, Abhishek Kumar <abhis...@openjdk.org> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Remove title > > test/jdk/javax/swing/JMenuItem/RightLeftOrientation.java line 127: > >> 125: >> 126: frame.setJMenuBar(menuBar); >> 127: frame.pack(); > > Test frame title is not visible when `frame.pack` is used > Suggestion: > > frame.setSize(250, 100); ok ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25907#discussion_r2188987750