<Swing Dev> [8] Review request for 8013442: No file filter selected in file type combo box when using JFileChooser

sergey malenkov sergey.malenkov at oracle.com
Tue Jun 18 13:09:54 UTC 2013


Hello,

Could you please review the following fix:
fix: http://cr.openjdk.java.net/~malenkov/8013442.8.0/ 
<http://cr.openjdk.java.net/%7Emalenkov/8013442.8.0/>
bug: 
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8013442<https://jbs.oracle.com/bugs/browse/JDK-8013442>

Actually, blank filter must not be selected by default.
To show all files the setAcceptAllFileFilterUsed property must be set.
This fix updates the selected filter correctly if it is removed.

Thanks,
SAM



More information about the swing-dev mailing list