RFR: 8288882: JFileChooser - empty (0 bytes) file is displayed as 1 KB [v3]
Abhishek Kumar
duke at openjdk.org
Wed Jul 6 12:33:27 UTC 2022
On Wed, 6 Jul 2022 11:59:31 GMT, Abhishek Kumar <duke at openjdk.org> wrote:
>> JFileChooser - empty file size issue fixed.
>> For empty file, now the size 0 bytes.
>> Manual Test Case "ZeroFileSizeCheck.java" created.
>
> 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
JFileChooser in Windows and Ubuntu is setting the filesize from two different files.
In ubuntu, the method "public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)" in FilePane.java is formatting the length and return it back.
In Windows, it uses ShellFolder to set FileSize column values and it is returned in terms of bytes in stead of KB (as shown by native tools).
To handle filesize in windows, I will like to raise separate PR.
-------------
PR: https://git.openjdk.org/jdk/pull/9327
More information about the client-libs-dev
mailing list