It’s the first time i’m using a JTabbedPane. It seems that default look and feel display an blue border border over the tab and around the component itself. How can i disable that effect?
Share
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.
Well, one easy and fast way you can remove this “effect” by setting the LookAndFeel to the SystemLookAndFeel (or any other lookandfeel):
Please, read this article so you can understand more about that subject: http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html