Thumb « JScrollPane « Java Swing Q&A





1. Custom JScrollbar Problem (change the knob/thumb)    stackoverflow.com

I want to change the look of a JScrollBar.
I do this with overwriting/extending ScrollBarUI.
It´s no problem to change the outlook of the arrowbuttons by overwriting createIncreaseButton and createDecreaseButton. I change the width ...

2. JScrollBar doesn't show the thumb    stackoverflow.com

When I set visibleAmount of JScrollBar equal with maximum Value, the thumb of JScrollbar is disappear. I don't know why? and i want to make the scrollbar like that: [<][ --- ][>] ...

3. Scrollbar thumb color    coderanch.com

4. Scroll thumb on the ScrollPanel    java-forums.org

Hi all, in the same way i drawn the thumb on the scrollbar (paint() function of a custom scrollbar instance) i drawn the arrow buttons with custom bitmaps. The problem is that when the application starts i see the new bitmaps but when i press them i see the default gray buttons !!!! How can i solve? How can i access ...

5. JScrollBar doesn't show thumb    java-forums.org