RFR: 8288882: JFileChooser - empty (0 bytes) file is displayed as 1 KB [v3]
Abhishek Kumar
duke at openjdk.org
Wed Jul 6 12:23:50 UTC 2022
On Thu, 30 Jun 2022 16:31:21 GMT, Harshitha Onkar <honkar at 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 74:
>
>> 72: PassFailJFrame.positionTestFrame(frame,
>> 73: PassFailJFrame.Position.HORIZONTAL);
>> 74: });
>
> @kumarabhi006 You will have to update `addTestFrame & positonTestFrame` to `addTestWindow & positionTestWindow` due to recent PassFailJFrame changes. Probably pull in the latest code.
> PassFailJFrame changes: https://github.com/openjdk/jdk/pull/9300
@honkar-jdk @aivanov-jdk updated the addTestFrame and positonTestFrame to addTestWindow & positionTestWindow.
-------------
PR: https://git.openjdk.org/jdk/pull/9327
More information about the client-libs-dev
mailing list