2

I set tooltip for buttons,but it looks so small(font size),how can I make it bigger?I have tried myTooltip.setFont(new Font(20)),but it dosen't work,why?And how can I make the font bigger? Thank you all guys!

Erum Huang
  • 307
  • 1
  • 3
  • 16

1 Answers1

9

Set the style in a stylesheet, or directly, e. g.:

tooltip.setStyle("-fx-font-size: 20");
Roland
  • 18,114
  • 12
  • 62
  • 93