Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JTabbedPane MouseListener on tabs

843806Jun 25 2009 — edited Jun 25 2009
I 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 23 2009
Added on Jun 25 2009
3 comments
1,807 views