TabbedPane Scrollbar Color

Hi ,

In my application 10 tabs are added to the Tabbed pane .I set the scrollbar using the setTabLayoutPolicy (JTabbedPane.SCROLL_TAB_LAYOUT); But the the scrollbar is displayed in the white color.How to change the color of the scrollbar?.If any one knows please help me.

Regards,

Hari.

[313 byte] By [vasmhi_1981a] at [2007-10-3 2:59:15]
# 1
> But the the scrollbar is displayed in the white coloryou mean the buttons?if so, and you have java 1.5+, you get to the buttons via the UI, and the methodcreateScrollButton(..)you can now do what you want with the button, change background etc.
Michael_Dunna at 2007-7-14 20:48:50 > top of Java-index,Desktop,Core GUI APIs...
# 2
Send the sample code if you have any. Regards,Naresh.
vasmhi_1981a at 2007-7-14 20:48:50 > top of Java-index,Desktop,Core GUI APIs...
# 3
Is there any possibility using the 1.4 version. Regards Naresh.
vasmhi_1981a at 2007-7-14 20:48:50 > top of Java-index,Desktop,Core GUI APIs...
# 4
here's a working example of getting the buttons in 1.5 http://forum.java.sun.com/thread.jspa?forumID=57&threadID=746323for 1.4, the comments in the last reply would be the same
Michael_Dunna at 2007-7-14 20:48:50 > top of Java-index,Desktop,Core GUI APIs...