From 6e7082a8c44473175b3c8fb50d0515ed66d64b73 Mon Sep 17 00:00:00 2001 From: "Bikash Daga (Jain)" <95040719+bikashdaga@users.noreply.github.com> Date: Fri, 22 Jul 2022 15:02:24 +0530 Subject: [PATCH] Added one Useful Link Added a new java resource under 'JavaFX To Read' -> Java tutorial for beginners. This will help all the learners to understand Java with examples. Hope this small contribution will help the learners. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 780c775..94fcd9d 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Following the MVP (Model-View-Presenter) architecture suggested in [Learn JavaFX * [JavaFX CSS Reference Guide](https://docs.oracle.com/javase/8/javafx/api/javafx/scene/doc-files/cssref.html) ([CSS colors](https://docs.oracle.com/javase/8/javafx/api/javafx/scene/doc-files/cssref.html#typecolor) + [HTML color picker](https://html-color-codes.info/old/colorpicker.html)) * [JavaFX CSS Tutorial](https://docs.oracle.com/javafx/2/css_tutorial/jfxpub-css_tutorial.htm) * [Font Awesome cheatsheet](https://fontawesome.com/cheatsheet) +* [Java tutorial for beginners](https://www.scaler.com/topics/java/)