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!

JTable in a JScrollPane => problems with vertical scroll

843804Feb 15 2005 — edited Jun 27 2007
I have a JTable with 50 objects (50 rows). This JTable is placed in a small JScrollPane. The problem is that the vertical scroll bar stops at row #12, and doesn't allow to scroll down to row #50. However, is it possible to browse with the cursor keys to the end of the JTable but without seeing what you are doing...

My question is how to scroll down to row #50, or to the end of the JTable, using the vertical scroll bar?

Thanks in advance.

This question comes from "Java Programming":
http://forum.java.sun.com/thread.jspa?forumID=31&threadID=596332
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 25 2007
Added on Feb 15 2005
6 comments
1,033 views