Javafx


JavaFx has its pros and cons. As for the cons, it still hasn’t managed to implement the ability to control the spacing between letters for the TextFlow component (issue JDK-8092100 is waiting to be resolved for about 14 years now). However, it still has many advantages, such as a cool and extensible CSS engine. This time, I want to show you how to use it to create an application theme changer, which can be achieved by writing just a few lines of code

Tooltips are a great place to attach additional help information for users. However, you probably, like me, often forget about them in your application. Usually, tooltips are limited only to the title of an element, but you probably know that you can attach more content to them to make your application more pleasant for users. When I got the idea, I started to think about how I could do this, and how to implement it for my application in JavaFx. Then I came to this idea with a tooltip with delayed content.