E
Erik
I need a Java equivalent to the .NET DataGridView: a way to display
data from a database file, and I need to be able to modify/extend the
source, in that I want to "blind" certain cells in the table: These
cells cannot be edited, shown or contain any data and must be hopped
over using the arrow keys. So these cells are in fact inaccessible in
any way possible. I'm not talking rows or columns, but CELLS! JTable
does not make this possible, also extension of JTable does not do it
for me. ANy suggestions as to existing source code?
data from a database file, and I need to be able to modify/extend the
source, in that I want to "blind" certain cells in the table: These
cells cannot be edited, shown or contain any data and must be hopped
over using the arrow keys. So these cells are in fact inaccessible in
any way possible. I'm not talking rows or columns, but CELLS! JTable
does not make this possible, also extension of JTable does not do it
for me. ANy suggestions as to existing source code?