Posted By: Schwarz |
4/23/2006 12:49:00 AM |
|
|
How do I set range on JScrollbar?
i.e. is the code :
JScrollBar jscbBathroomWidth = new JScrollBar(JScrollBar.HORIZONTAL, 0, 3, 0, 10);
sets the scrollbar between 3 and 10?
what are those four numbers represent?
Thanks,
Schwarz
|
|