NativeJFileChooser icon indicating copy to clipboard operation
NativeJFileChooser copied to clipboard

Native file chooser for Swing using JavaFX if available

Results 5 NativeJFileChooser issues
Sort by recently updated
recently updated
newest added

Here is the log, im on a macOS 11.6.4: ```Exception in thread "main" java.lang.NoClassDefFoundError: javafx/stage/DirectoryChooser at java.base/java.lang.Class.getDeclaredMethods0(Native Method) at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3166) at java.base/java.lang.Class.getDeclaredMethod(Class.java:2473) at java.desktop/java.awt.Component.isCoalesceEventsOverriden(Component.java:6339) at java.desktop/java.awt.Component$3.run(Component.java:6293) at java.desktop/java.awt.Component$3.run(Component.java:6291) at java.base/java.security.AccessController.doPrivileged(Native...

Check of presence of JavaFX is useless because you directly depend on the JavaFX classes. NativeJFileChooser won't be loaded at runtime. Fox example, in Java 14 environment: ``` --- exec-maven-plugin:3.0.0:exec...

It looks like NativeJFileChooser blocks and the current thread until the file dialog is closed (due to the latch in `showOpenDialog()`), but if this method is invoked from the EDT...

enhancement
help wanted

Hi, I know the JavaFx FileChooser doesn't support multiple folder selection, but do you have any idea on how to get around that issue? I dont really want to miss...

enhancement

Hi there, I tried somethings similar in the past but I was missing modality support. Any ideas on how to achieve this?

enhancement
help wanted