| Author |
NX: GUI Display if no records found
|
Terry Martinson
Ranch Hand
Joined: Oct 18, 2003
Posts: 293
|
|
Is it necessary to provide "No records found" type of message if criteria entered by user does not return any records? Or is it ok to just leave it as an empty table display. In my current implementation, I don't really have a status type of panel. It's just mainly my JTable info at the top and then the search and book information below. Thoughts??? TJ
|
SCJP, SCJD, SCWCD, SCBCD
|
 |
Andrew Monkhouse
author and jackaroo
Marshal Commander
Joined: Mar 28, 2003
Posts: 10812
|
|
Hi Terry, I had a status bar at the bottom of my application window, and in that I displayed various messages as the application ran. If there were no matching records then I just displayed an empty table and put a message in the status bar stating that there were no matching records. I did not have a popup. Regards, Andrew
|
The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
|
 |
 |
|
|
subject: NX: GUI Display if no records found
|
|
|