problems with JTable

Hi All,

I am facing some problems in JTable :

1) How to remove all lines between cells, neither i should have column nor row lines....there should not be any lines between any cell at all.

2) If i select a perticular cell, complete row is getting selected with a blue background, that should not happen at all.....row should not get select....

3) How to make a cell non editable.

Regards,

Ravi

[436 byte] By [rkrgarlapatia] at [2007-11-26 19:04:14]
# 1
1) Read the API. Check out the set? methods until you fine what you want2) Read the API. Check out the methods that deal with row and column selection3) Override isCellEditable(...) method of JTable or DefaultTableModel
camickra at 2007-7-9 20:52:41 > top of Java-index,Desktop,Core GUI APIs...