From 4a63aa6edf31266b3c2fde8e4f62aa9d2b2caa31 Mon Sep 17 00:00:00 2001 From: Oystein Date: Wed, 7 Apr 2021 06:04:44 +0200 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 265564b..f739514 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Probably tastes better than any Apple editor and NetBeans combined. - [GenuineCoder](https://www.genuinecoder.com/save-files-javafx-filechooser/) -> Examples of how to use FileChooser and setting extensionfilters. Also included a nice method to save files. - [Tutorialspoint](https://www.tutorialspoint.com/how-to-save-files-using-a-file-chooser-in-javafx) -> Example - on how to use the openSaveDialog with FileChooser. -- [mkyoung](https://mkyong.com/java/how-to-create-directory-in-java/) -> Example on how to create a directory/folder. + of how to use the openSaveDialog with FileChooser. +- [mkyoung](https://mkyong.com/java/how-to-create-directory-in-java/) -> Example of how to create a directory/folder. - [Youtube/Cool IT Help](https://www.youtube.com/watch?v=gnXRI3pHxrU&t=727s) -> Showing how to cast (Stage). Example of how FXML, listener/event and DirectyChooser nicely can cooperate. - [Code Makery](https://code.makery.ch/blog/javafx-dialogs-official/) -> Examples of many different javafx dialogs.