Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Swing / AWT / SWT and the fly likes JTable question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JTable question" Watch "JTable question" New topic
Author

JTable question

Ben Muk
Greenhorn

Joined: Jul 07, 2003
Posts: 1
I am displaying data from an oracle database using JTable, due to the large resultset I need to say display the first 20 rows and provide the option to get the next 20 records.
Any ideas, samples, examples would be appreciated.
Thanks
Ben
benmukoro@yahoo.co.uk
Paul Stevens
Ranch Hand

Joined: May 17, 2001
Posts: 2823
Cache the data on the server. Provide navigation buttons to go through the data.
<< < > >>
<< Start
< Previous XX
> Next XX
>> End
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JTable question
 
Similar Threads
Scrollbar for jtable
JTable Problem
JTable
printing a jtable
color in jtable cell