On Mon, 11 Mar 2024 14:27:09 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Review comment update >> - Review comment update > > test/jdk/javax/swing/JFileChooser/FileFilterDescription/FileFilterDescription.java > line 70: > >> 68: PassFailJFrame.addTestWindow(frame); >> 69: PassFailJFrame.positionTestWindow(frame, >> PassFailJFrame.Position.TOP_LEFT_CORNER); >> 70: frame.pack(); > > You should call `pack()` before positioning the frame, otherwise the frame > won't be positioned correctly. Updated... ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18182#discussion_r1520763715