You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:
have access to post topics
communicate privately with other members (PM)
not see advertisements between posts
have the possibility to earn one of our surprises if you are an active member
access many other special features that will be introduced later.
Well, I wrote a class extending the standard JScrollPane in which I forced a new version of the JScrollBar; in the paint function I put a scaled bitmap.
Now my problem is:
which is the size & position of the up/down-arrow buttons ???
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 to these buttons owned by the scrollbar?