Horizontal Scroll Shortcut
843806Mar 17 2008 — edited Mar 17 2008Hey,
Hopefully, this is an easy question, but I couldn't find the answer anywhere.
I have a JScrollPane with a large number of text fields. As a user is entering text, I want him to be able to scroll a horizontal scroll bar. I can move the vertical scroll bar with the up and down arrows. Is there anything built in like this for the horizontal bar? I couldn't figure out the shortcut.
I thought about using a KeyListener and adjusting the JScrollBar using setValue. Is there an easy way?
Thanks