How can i make FileChooser show hidden files onely :confused::confused::confused:
Printable View
How can i make FileChooser show hidden files onely :confused::confused::confused:
FileChooser or JFileChooser?
If the latter, then you probably can do this by creating your own filter (see the Sun tutorial) and testing the File's hidden attribute (isHidden()).
Edit: Ignore, Fubarable's is a better idea.