posted 20 years ago
I am using JTable to display a list of records that are inserted and removed at run time. I have no way of knowing how many will be in there at any given time.
I have set the background colour to white which is fine when there are records in the table. However, when there are say only 2 records in the table the remainging space of the table is the default grey. Is there anyway I can make the empty part of the table white as well or does the background property only relate to records in the table?
Thank you
David