IntelliJ Java IDE
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes Showing Table Data When Application Starts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "Showing Table Data When Application Starts" Watch "Showing Table Data When Application Starts" New topic
Author

Showing Table Data When Application Starts

Ravikiran Choppalli
Ranch Hand

Joined: Nov 18, 2000
Posts: 49
Hi,
A small question ! I'm showing all the table data when the application is started ! Is it OK or should I show empty table and then when user searches, the criteriaFind() method populates the table ??
Thanks,
Ravi.


Thanks,<BR>Ravikiran<BR>rkchoppalli@yahoo.com
Rick Fortier
Ranch Hand

Joined: Jun 04, 2001
Posts: 147
Originally posted by Ravikiran Choppalli:
Hi,
A small question ! I'm showing all the table data when the application is started ! Is it OK or should I show empty table and then when user searches, the criteriaFind() method populates the table ??
Thanks,
Ravi.

Read the previous thread on this. http://www.javaranch.com/ubb/Forum25/HTML/000724.html
Ravikiran Choppalli
Ranch Hand

Joined: Nov 18, 2000
Posts: 49
Rick,
Thanks for the link. I was anyway showing all the results in the first go using criteriaFind(). Hope other members are doing the same.
Ravi.
 
 
subject: Showing Table Data When Application Starts
 
Threads others viewed
IE vs Firefox; Table width problem in %
forEach with a resultSet ?
Update Table data in the GUI
JTable Problem ....Help!
Netbeans Visual JSF Data Bindings to Table
IntelliJ Java IDE