JTable in a JScrollPane => problems with vertical scroll
843804Feb 15 2005 — edited Jun 27 2007I 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