Javafx
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.