JScrollPane

How do I change the color of the vertical and horizontal scrollbars in a jscrollpane (the part that can slide)?
[118 byte] By [annie.123a] at [2007-11-27 8:52:36]
# 1
From the JScrollPane, you get hold of the scroll bar with the getVerticalScrollBar() and getHorizontalScrollBar() methods.Does setBackground() on the scrollbar do the trick?
rebola at 2007-7-12 21:08:22 > top of Java-index,Desktop,Core GUI APIs...