MouseEvents for a JTabbedPane Tab component are not bleeding through

后端 未结 3 1791
走了就别回头了
走了就别回头了 2021-01-21 07:13

I have a JTabbedPane with a custom tab component. That component contains a JLabel (To display the tab title) and a JButton (A close butto

3条回答
  •  孤独总比滥情好
    2021-01-21 07:55

    The problem is related to the one that I posted here after I did more digging: Workaround for setToolTipText consuming mouse events?

提交回复
热议问题