mgarin / weblaf

WebLaF is a fully open-source Look & Feel and component library written in pure Java for cross-platform desktop Swing applications.
http://weblookandfeel.com
GNU General Public License v3.0
1.14k stars 235 forks source link

Tooltips are not displayed properly on complex components #605

Open mgarin opened 4 years ago

mgarin commented 4 years ago

Right now both Swing and WebLaF tooltips (registered through TooltipManager) cannot be used for some components like WebDateField or WebFileChooserField because those components are simply Containers and actual components that visually represent them are placed on top.

First mentioned by @mokun in #590.