I've just set up a scrollbar in my
Java applet. I have the following two questions that I hope someone could kindly help me with:
1. How can I determine the width or height of a scrollbar? It doesn't seem to be among the arguments in a Scrollbar's initialization line.
2. I'm comparing the process of drawing a scrollbar in Java to VB and would like to ask if there is any way of graphically drawing a scrollbar or any other object for that matter in an applet?
Thanks in advance.