Posted By:
Senthil_Raj
Posted On:
Friday, April 26, 2002 05:07 AM
hi,
In my program down arrow brings down the picture in the canvas but it also makes the jScrollBar move.
i want to disable the jScrollPane.
i have tried
jScrollPane1_.getVerticalScrollBar().setUnitIncrement(0);
jScrollPane1_.getVerticalScrollBar().setBlockIncrement(0);
but it does not work.
how could this problem be solved.
Please help !