R
RJGraham
Hello,
I'd like to customize a scrollbar to add a simple inidcator showing an
'actual' value that tracks along side the scrollbar thumbar.
I use the scrollbar to set a value, and the indicator shows the actual
'measured' value in or beside the thumb bar track.
Is there any way to determine the client coordinates of the thumb bar track
so that I can draw my indicator inside or next to it?
I don't see how from the docs.
Also, my application must be JDK 1.1 compliant.so I'm limited to using AWT.
Thanks for any suggestions.
-Randy
I'd like to customize a scrollbar to add a simple inidcator showing an
'actual' value that tracks along side the scrollbar thumbar.
I use the scrollbar to set a value, and the indicator shows the actual
'measured' value in or beside the thumb bar track.
Is there any way to determine the client coordinates of the thumb bar track
so that I can draw my indicator inside or next to it?
I don't see how from the docs.
Also, my application must be JDK 1.1 compliant.so I'm limited to using AWT.
Thanks for any suggestions.
-Randy