sjPlot / macwidgets

Automatically exported from code.google.com/p/macwidgets
0 stars 0 forks source link

Themed tool tips for the HUD components. #145

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Default tooltips do not go well with the HUD GUI.
You may want to set it so it blends in.

I had been using:

UIManager.put("ToolTip.background", new ColorUIResource(30, 30, 30));
Border border = BorderFactory.createLineBorder(new Color(197,200,207));
UIManager.put("ToolTip.border", border);

to improve mine.

Original issue reported on code.google.com by zam...@gmail.com on 3 Dec 2009 at 12:18

GoogleCodeExporter commented 8 years ago
This is a good idea, but doesn't match the behavior of native HUDs. Thanks 
anyway for taking the time to report 
this.

Original comment by kenneth....@gmail.com on 3 Dec 2009 at 6:03