aspose file tools
The moose likes Swing / AWT / SWT and the fly likes JTable problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JTable problem" Watch "JTable problem" New topic
Author

JTable problem

seema prakash
Ranch Hand

Joined: Nov 17, 2004
Posts: 59
I have 2 tables. I want to display all the tables on the same screen one below the other. I tried adding the each table to a panel. The panels were added to the JScrollPane , but the tables were not displayed as desired.
Please help.
Tim McGuire
Ranch Hand

Joined: Apr 30, 2003
Posts: 819

You should have one JScrollPane for each table.
 
I agree. Here's the link: jrebel
 
subject: JTable problem
 
Similar Threads
How To Keep Space at The Bottom Of My Scrollable JTable
Adding a row in a table
Dont understand this initialization issue
JTable in Headless Mode
Table will not refresh?