On Thu, 7 Jul 2022 19:58:52 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Byte entry added to basic.properties, MessageFormat used to format file >> length > > test/jdk/javax/swing/JFileChooser/ZeroFileSizeCheck.java line 72: > >> 70: frame = new JFrame(); >> 71: PassFailJFrame.addTestWindow(frame); >> 72: PassFailJFrame.positionTestWindow(frame, >> PassFailJFrame.Position.HORIZONTAL); > > You don't use the frame any more, do you? No, frame is not used. ------------- PR: https://git.openjdk.org/jdk/pull/9327