I have been trying all over the place to try to extend the scroll bar. I have used
scrollbar = new Scrollbar(Scrollbar.VERTICAL, 0, 1, 0, 100);
scrollbar.setSize(15, 100);
And it still does not work. It always gives me a width of 15 and height of 50. That's annoyingly small. What can I do to correct this?
scrollbar = new Scrollbar(Scrollbar.VERTICAL, 0, 1, 0, 100);
scrollbar.setSize(15, 100);
And it still does not work. It always gives me a width of 15 and height of 50. That's annoyingly small. What can I do to correct this?