On Mon, 20 Dec 2021 06:54:56 GMT, Tejesh R <d...@openjdk.java.net> wrote:

>> The default value of this property is derived from native platform. The same 
>> is updated in the documentation.
>
> Tejesh R has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   6496103: isFileHidingEnabled return false by default

src/java.desktop/share/classes/javax/swing/JFileChooser.java line 1416:

> 1414:      * Returns true if hidden files are not shown in the file chooser;
> 1415:      * otherwise, returns false. The default value of this property may 
> be
> 1416:      * derived from the underlying Operating System.

Should true and false be marked up as `{@code true}` and `{@code false}`?
Probably not, for consistency with other methods in the JFileChooser class.

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

PR: https://git.openjdk.java.net/jdk/pull/6780

Reply via email to