AlistairMonkeyFinger
Programmer
Can you hide a column in a JTable
I looked at the API and there is a
method, but i just want to hide it so that later it can be displayed again. Any ideas ?
If not then i'll have remove the column, and reload the data when i want to show it again. Alistair
I looked at the API and there is a
Code:
removeColumn(TableColumn aColumn)
If not then i'll have remove the column, and reload the data when i want to show it again. Alistair