Skip to content

Commit 778d1fd

Browse files
authored
Added blog links
1 parent 2a5bc77 commit 778d1fd

1 file changed

Lines changed: 27 additions & 2 deletions

File tree

README.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Genuine Coder Tutorial Code Collection
2-
This repository contains general program examples that I use for tutorials in [my 'GenuineCoder' YouTube channel](https://www.youtube.com/channel/UCCXbhmjID-T2I0KfuDPbi6A)
2+
This repository contains general program examples that I use for my tutorial videos and blogs.
3+
4+
## [YouTube Tutorials](https://www.youtube.com/channel/UCCXbhmjID-T2I0KfuDPbi6A)
35

46
### [JavaFX Scene Transition](https://youtu.be/cqskg3DYH8g)
57
Tutorial about JavaFX scene transition with slide effect.
@@ -65,4 +67,27 @@ Realtime letter writing animation using JavaFX
6567
Tutorial about JavaFX background tasks to asynchronously execute business logic in the background thread.
6668
<p align="left">
6769
<img height=200 src=.gif/JavaFXBackgroundTask.gif>
68-
</p>
70+
</p>
71+
72+
## [JavaFX Blog Posts](https://genuinecoder.com/category/javafx/)
73+
* [JavaFX CheckComboBox Tutorial](https://genuinecoder.com/javafx-checkcombobox-with-example/)
74+
* [JavaFX Custom Shaped Buttons](https://genuinecoder.com/javafx-buttons-with-custom-shape/)
75+
* [JavaFX DatePicker Tutorial](https://genuinecoder.com/javafx-datepicker-tutorial-with-date-formatting-and-css-styling/)
76+
* [JavaFX Stage Icons](https://genuinecoder.com/javafx-application-icon-setup/)
77+
* [JavaFX 3D Tutorial](https://genuinecoder.com/javafx-3d/)
78+
* [JavaFX Communication between FXML Controllers](https://genuinecoder.com/javafx-communication-between-controllers/)
79+
* [JavaFX Splash Screen](https://genuinecoder.com/javafx-splash-screen-loading-screen/)
80+
* [JavaFX Animation Tutorial with Examples](https://genuinecoder.com/javafx-animation-tutorial/)
81+
* [Custom Shapes for JavaFX Components](https://genuinecoder.com/custom-shapes-for-javafx-ui-components/)
82+
* [JavaFX Scene Builder Tutorial](https://genuinecoder.com/javafx-scene-builder-tutorial-for-beginners/)
83+
* [JavaFX Observables and Bindings](https://genuinecoder.com/javafx-observables-and-bindings/)
84+
* [JavaFX Get Screen Size Programmatically](https://genuinecoder.com/javafx-get-screen-size-of-all-connected-monitors/)
85+
* [JavaFX Scene Switching Animation](https://genuinecoder.com/javafx-scene-switch-change-animation/)
86+
* [JavaFX FileChooser for Saving File](https://genuinecoder.com/save-files-javafx-filechooser/)
87+
* [Library Management System Development Tutorial using JavaFX](https://genuinecoder.com/javafx-complete-project-tutorial-library-management-system-html/)
88+
89+
## [Java Blog Posts](https://genuinecoder.com/category/java/)
90+
* [Open Native File Explorer with Java](https://genuinecoder.com/how-to-open-file-explorer-in-java/)
91+
* [Java/JavaFX TrayIcon Tutorial](https://genuinecoder.com/java-trayicon-tutorial-with-popupmenu-and-images/)
92+
* [Downloading a file from Spring Boot Controller](https://genuinecoder.com/downloading-a-file-from-spring-controller-with-spring-boot/)
93+
* [Make EXE from Java JAR](https://genuinecoder.com/convert-java-jar-to-exe/)

0 commit comments

Comments
 (0)