ToolTip
Swing component:
JToolTip
Swing tutorial:
How to Use Tool Tips
Properties
Colors
UI Key | Description |
---|---|
ToolTip.foreground | text color |
ToolTip.background | background color |
Sizes
UI Key | Type | Description |
---|---|---|
ToolTip.borderCornerRadius since v3.1 | int | tool tip border corner radius for native borders Note that this is not available on all platforms since it requires special support. Supported platforms:
|
ToolTip.roundedBorderWidth since v3.3 | int or float | tool tip border width for native borders Note that this is not available on all platforms since it requires special support. Supported platforms:
|
Other
UI Key | Type | Description |
---|---|---|
ToolTip.font | Font | font used to render text |
ToolTip.border | Border | border around the tool tip |