hi
i tried to display data in a jtable
sometime i can have data to feed the jtable, sometime not
if i don't have data to feed table, i would like to have the column name displayed
my jtable class
my dataModel
my class
test
i added
to the constructof of
AttributeTableModel
do you think is better to do this or to do something like?
if i don't add any attribute to the arrayList, i see the column name.. but there are no row... ( i would like to see one row... user can begin to enter data)
if i pass some attribute to the arrayList, i see the data and column name
in both case, i don't know how to add a row
any idea?
thanks