How to create good-looking tooltip with small arrow on the corner in javafx?
问题 I want to create cool Tooltip that can be displayed programmatically and on desired location. I have seen Tooltips in javaFx but I need to popup nice tooltip that has arrow that points to TextField. I need tooltip like the one on stackoverflow : Maybe someone have done that before or know how to do it? Thank you! 回答1: i think this would help you. .tooltip { -fx-skin: "com.sun.javafx.scene.control.skin.TooltipSkin"; -fx-background-color: linear-gradient(#cec340, #a59c31), linear-gradient(