Relates :
|
Now there is only one way to prevent modifications of file systems (creation new folders, renaming and deletion) from JFileChooser: UIManager.put("FileChooser.readOnly", Boolean.TRUE); This method is not convenient and has a bad usability.
|