On Wed, 20 Jul 2022 08:17:09 GMT, Abhishek Kumar <d...@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: > > File Size shows upto 1 decimal value File size shown in native is upto 1 decimal value. Now JFileChooser also shows filesize upto 1 decimal value similar to native. There is a change in conversion factor from 1024 to 1000 to show file size as per native.   ------------- PR: https://git.openjdk.org/jdk/pull/9327