I have a program with two sets of tooltips:
- Normal Tooltips that describe a JLabel in more depth
- Tooltips that signify errors - these should have a red background color.
I know how to set the background color of a tooltip by using UIManager, but that changes the background of all of the tooltips, something that I don't want to do.