RFR: 8288882: JFileChooser - empty (0 bytes) file is displayed as 1 KB [v3]

Abhishek Kumar duke at openjdk.org
Thu Jul 7 06:48:37 UTC 2022


On Wed, 6 Jul 2022 15:22:05 GMT, Andy Goryachev <duke 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
>
> src/java.desktop/share/classes/sun/swing/FilePane.java line 532:
> 
>> 530:                         UIManager.getString("FileChooser.detailsViewActionLabelText", l);
>> 531: 
>> 532:         byteString      = UIManager.getString("FileChooser.fileSizeBytes", l);
> 
> is the '-' character misaligned or is this a github rendering artifact?

I didn't get you. Can you please specify the line number ?

-------------

PR: https://git.openjdk.org/jdk/pull/9327



More information about the client-libs-dev mailing list