JTabbedPane MouseListener on tabs
843806Jun 25 2009 — edited Jun 25 2009I want to add a MouseListener to a JTabbedPane, but not on the content JPanel, but on the right of the tabs.
(see this image: http://yfrog.com/aijtabbedpaneg , the arrows mark where I want the mouse to be clicked when the listener acts)
How can I do this?
A simple tabbedpane.addMouseListener doesn't work and I can't find the tabs component where I can add the listener.