The requirement is to have a scrollbar as in html without the entire scrollbar appearing . In html , we provide two images(an arrow pointing upwards and an arrow pointing downwards) , and in onmouseover() is implemented the code that scrolls through the contents, without a scrollbar. Can anyone tell me how to implement the same in Swings. The alternative is to merge the background colour of the scrollbar with that of the container. Can anyone suggest a way to do this ?