The Artima Developer Community
Sponsored Link

Java Answers Forum
To implement a scrollbar in Swing

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
lak79

Posts: 2
Nickname: lak
Registered: Feb, 2003

To implement a scrollbar in Swing Posted: Feb 7, 2003 2:38 AM
Reply to this message Reply
Advertisement
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 ?

Topic: How to use jdbc:odbc without using ODBC applet in Control Panel?? Previous Topic   Next Topic Topic: Drawing negative rectangles?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use