ScrollPane « JTable « Java Swing Q&A





1. JTable=> scrollpane problem    coderanch.com

HI Rob, Thanks for the response but the scrollpane becomes very small and still does'nt make the scrollbar appear. Okay, the problem is the last 2 columns are hidden(there are 4 columns). So, what's happening is when I make the size of the bean small, instead of the vertical scrollbar appearing, a horizontal scrollbar sort appears on the vertical side of ...

2. JTable and ScrollPane movement    coderanch.com

I made a JTable and populated it using JDBC. I am able to scroll down through the rows using the scrollbar but I also created buttons to move the selected row up by one, down by one, to the first row, and to the last row. The problem is when I click on the last row button is does make the ...

3. jtable and scrollpane    coderanch.com

4. Multiple JTables in a single Scrollpane    coderanch.com

Hi guys, Is it possible to maintain two jtables in a single scroll pane. Actually i am designing a drill down reporting system which requires me to display two completely different types of information side by side which inherit the fucntionality of two different jtables yet are scrollable through a single scroll pane. So the final system should look like. /------------------------------------------\ ...

5. ScrollPane oversized for JTable    coderanch.com

Hi GUys : I have a scroll pane, holding a jtable, but the problem is that it always has extra space added to the bottom of it. So there is a blank grey area under the table (whose background is white). Ive tried setting the background color of the scroll pane to pink (so that I can verify this) and the ...