Skip to content

Instantly share code, notes, and snippets.

@navopw
Created April 6, 2019 09:58
Show Gist options
  • Save navopw/32acd6207048155559b4bcad4c69a892 to your computer and use it in GitHub Desktop.
Save navopw/32acd6207048155559b4bcad4c69a892 to your computer and use it in GitHub Desktop.
FileChooserExample
FileChooser.open((file) -> {
/*
Die Variable "file" ist null, wenn die Auswahl abgebrochen wurde.
Ansonsten ist dies ein valides "File" Objekt.
*/
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment