Christy:
I think the idea about blank table or your idea
are both ok.
Guys:
I still cannot show the table for search results
after I set up an initial empty table. Should I define this blank table in my table model class then new a table model with null table values? Or define it in GUI without using table model first?
The latter seems not work. Any advice? Thanks.
Originally posted by christy smile:
Hi, I have a similar doubt in mind while designing the GUI. Then, I decided that I will display an empty table when the client first comes up. I supplied a button in the GUI called "ShowAll" that displays everything in db.db in the JTable. Anyone think this is a good idea?
Thanks.