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
Original issue reported on code.google.com by
zam...@gmail.com
on 3 Dec 2009 at 12:18