Recently, I have been experimenting with the combination of JavaFX and Kotlin. As Kotlin also runs on the Java Virtual Machine (JVM) and is a very close sister of Java, the switch is straightforward. In this video, I show you the difference in code style.
The full explanation and source code is provided on jfx-central.com:
https://www.jfx-central.com/learn-jav...
You can also find the description on my blog:
https://webtechie.be/post/2024-09-20-...
And here are the sources of the project used in this tutorial:
https://github.com/FDelporte/javafx-w...
More info about MelodyMatrix:
https://melodymatrix.rocks/
00:00 Intro
00:13 What is Kotlin?
01:11 About the demo project on GitHub
01:32 Comparing the code in Kotlin and Java
04:31 Running the demo application
05:51 How this is used in MelodyMatrix
07:05 Conclusion