@Colton Idle
In codeviewer project it is showing file tree
I need folder chooser like we have in javaFx
directoryChooser.showDialog(primaryStage)
i
Igor Demin
08/21/2021, 8:57 AM
There is an example, how to wrap java.awt.FileDialog into Composable.
But is doesn't show a folder dialog, it shows a file dialog.
To show a folder dialog you can probably use JFileChooser. I didn't check how it looks, but it has: