How to set value of JScrollPane to 0?
I want to set value of JScrollPane to 0 so that it be on top after some code, and I have tried JScrollPane.getVerticalScrollBar().setValue(0) but it doesn't work.Help?
[182 byte] By [
BobMila] at [2007-11-27 8:10:43]
