|
Java™ by example!
|
|
|
How do I change the default color of my JToolTips?
Use the Swing class UIManager for this and change the keys ToolTip.background and ToolTip.foreground. Here's an example: 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!
|
|
|
|
|