|
Java™ by example!
|
|
|
How do I change the font of all my tooltips?
You can make a global change to the appearance of several components by using the UIManager class. To change the font of your ToolTips, set the key ToolTip.font to your desired font. The easiest way to change the font of only one of your tooltips is to use HTML tags. Here's an example of both: Main.java:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|