JavaFX 15 Tutorial 13 - Tooltip

preview_player
Показать описание
In this tutorial, I will show you how to use a ToolTip using JavaFX 15 or later with IntelliJ 2020.3 on Windows 10 10 x64.

The Tooltip displays additional information for textfield and password field when you move the mouse over the UI component.

TextField tfUsername = new TextField();
Tooltip ttUsername = new Tooltip(“Enter username”);

VM options
--module-path "C:\Program Files\Java\javafx-sdk-15.0.1\lib"

#JavaFX #ToolTip #IntelliJ
Рекомендации по теме
Комментарии
Автор

Any idea how to change the delay speed on the tooltip? I don't like the long pause.

AaronEstebanSEO
visit shbcf.ru