On Tue, 19 Jul 2022 05:59:33 GMT, Abhishek Kumar <[email protected]> wrote:
>>> So ALL of these have an "off by one" issue don't they ? >>> >>> Here a file that is (for example) 2047 bytes in size will be displayed as >>> "1KB" >> >> There is "off by one" issue in this case. One possible solution can be - >> >> >>  > > If any file having size >1024 byte & <2048 byte will be rounded off as 2 KB > and so on. > Similarly if file size is >1023KB will show file size as 1MB (rounding off > will make file size as 1024KB and then it will convert it to MB).  File size shown by JFileChooser in details view. ------------- PR: https://git.openjdk.org/jdk/pull/9327
