JavaFX 15 Installation and Introduction
From the openjfx site JavaFX allows you to create Java applications with a modern, hardware-accelerated user interface that is highly portable. Creating an user interface is one of the integral part of any programming language. For a long time I have searched for a alternatives to Swing and initial Javafx to create a user interface that was easier to code and involved easier integration. For some time I was thinking of using electron to build desktop application and leverage the complex angularjs based framework for the same. Since, I know a bit of python, I also thought of using Python based application as well. But, Java has been so far suiting what most of what I do. Again, I am hobbyist and creating Desktop Applications has nothing to with what I have been doing so far in my coding life. I have been using javafx2 for most of my needs, but JavaFX15 has been a real game turner here for me. It is faster in terms of integration etc. So far I have been trying to get my hands...