aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Paging JTable Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Paging JTable" Watch "Paging JTable" New topic
Author

Paging JTable

Mathews P Srampikal
Ranch Hand

Joined: Nov 26, 2002
Posts: 211
Can anybody explain how to do paging with JTable.Example i have a 1000 record in the table.Now first,previous,next and last buttons also.How to do this kind of paging in JTable.


Thanks,
Mathews
Avi Abrami
Ranch Hand

Joined: Oct 11, 2000
Posts: 1114

Mathews,
There is an example of this in the book Java Swing (by Marc Loy, Robert Eckstein, Dave Wood and James Elliott), in chapter 16. The book's sample code can be downloaded from the same URL.
Good Luck,
Avi.
Mathews P Srampikal
Ranch Hand

Joined: Nov 26, 2002
Posts: 211
Thanks You.
 
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: Paging JTable
 
Similar Threads
JTABLE
JTable
jtable
JTable
JTable Paging