Skip to content

SystemFileChooser: File name filter for tar.gz files #1076

@A-Herzog

Description

@A-Herzog

In FlatLaf 3.7 FileNameExtensionFilter for the new SystemFileChooser does not allow "." as part of a file name extension. See lines 1471 and 1472 in

if( extension.indexOf( '.' ) >= 0 || extension.indexOf( '*' ) >= 0 )

For being able to filter files of type tar.gz it would be helpful, if a dot was allowed in the extension. The corresponding Swing class javax.swing.filechooser.FileNameExtensionFilter for javax.swing.JFileChooser does not prohibit extensions to contain dots.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions