Class JXFileChooser

java.lang.Object
se.datadosen.component.JXFileChooser
All Implemented Interfaces:
DirectoryChooser, FileChooser, PathChooser

public class JXFileChooser extends Object implements FileChooser
Swing-like wrapper around XFileChooser (Windows) Cons: Windows only. Current (initial) directory ignored when choosing directories Since 23.2: Not in further use due to https://jalbum.net/forum/thread.jspa?messageID=346361#346361 Replaced by the JNA based WindowsFileChooser (which can't default to thumbnail view)
See Also:
  • for a replacement