Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Horizontal Scroll Shortcut

843806Mar 17 2008 — edited Mar 17 2008
Hey,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 14 2008
Added on Mar 17 2008
2 comments
231 views