On Sun, 18 Sep 2022 09:33:42 GMT, Abhishek Kumar <[email protected]> wrote:
>> JFileChooser - empty file size issue fixed. >> For empty file, now the size 0 KB. >> Manual Test Case "FileSizeCheck.java" created. > > Abhishek Kumar has updated the pull request incrementally with one additional > commit since the last revision: > > Review comment fix src/java.desktop/share/classes/sun/swing/FilePane.java line 1127: > 1125: JFileChooser chooser; > 1126: DateFormat df; > 1127: final static double baseFileSize = 1000.0; let's use blessed modifiers order: `static final` ------------- PR: https://git.openjdk.org/jdk/pull/9327
