DataGridView in Java

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?
 
L

Lew

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?

<http://lmgtfy.com/?q=Java+data+grid+control>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top