TextTooltip

class TextTooltip(val text: String) : Tooltip

A Tooltip which takes text, and splits it by line breaks, placing each line as a Label in a VBox. The Tantalum theme renders it with a rounded corners, and padding.

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun show(node: Node, mouseX: Float, mouseY: Float): Stage?