Remove JTable row and column in one event
Hello,
I 've using matrix table in one application.
i need to remove both column and row in single event.
For this i construct
JTable(data[][], header[]);
because dynamically increase data's and header's
What can i do for this?
|