f

filedialog

The class FileDialog provides a set of methods to open dialogs for file-operating. It contains a set of static methods opening AlertDialogs to choose files or a directory, and a callback providing a java.io.File array contains files or directory chosen for further usages.
https://github.com/donmor/FileDialog
MIT License
donmor
Files download
File Operation
filedialog-1.2.1.pom download
filedialog-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.donmor</groupId>
  <artifactId>filedialog</artifactId>
  <version>1.2.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.donmor:filedialog:1.2.1'
Gradle Kotlin
implementation("com.github.donmor:filedialog:1.2.1")
Scala SBT
libraryDependencies += "com.github.donmor" % "filedialog" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.donmor', module='filedialog', version='1.2.1')
)
Apache Ivy
<dependency org="com.github.donmor" name="filedialog" rev="1.2.1" />
Leiningen
[com.github.donmor/filedialog "1.2.1"]
Apache Buildr
'com.github.donmor:filedialog:jar:1.2.1'