Is it possible to add a button to a tabbed pane like in firefox.

The plus-button is what I want.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you should be able to manage it by building your own
JTabbedPaneUIand setting it on theJTabbedPaneusingsetUI.Your
ComponentUIhas methods to get a hold of the accessible children. If you specify aJButtonand aJLabelthen you may be in business.I haven’t attempted this myself though. This is “at your own risk” 🙂