jedwards1211 / Jhrome

Google Chrome-style tabbed panes for Java!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get Tooltip per tab working

karolherbst opened this issue · comments

With this patch (karolherbst@06299bf) I tried to get tooltips to work. Tooltips are showing up, but the drag and drop functionality (or every other mouse event) seems to be destroyed.

I am adding the tooltips staticly in the TabFactory and dynamically over the JTabbedPane (ToolTip shall change depending on the content)

Could you give me any help what is wrong here?