Sankaran Krishnan

Greenhorn
+ Follow
since Jun 27, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Sankaran Krishnan

I am not able to identify that the line wrap has happened in JTextArea for continuous text input. Moreover I am getting JTextArea.getRows()=0 always. Its urgent and can anyone answer me immediately.
Regards,
Krishnan
23 years ago
I just want disable a row and grey the selectedRow. Then onwards I don't want that row to be selected. Is there a exact solution for it.
23 years ago

Originally posted by Manfred Leonhardt:
[B]Hi Sankaran,
IMO, you would need to subclass the DefaultTableModel in order to stop editting. Something like the following:

I am not exactly sure how to perform what you want, but this could be a start.
Regards,
Manfred.[/B]


23 years ago
I just want to do disable selection of a particular row.
Also I have list of rows out of multiple selection.
I want to disable selection for those rows and grey
them. Trying to find a solution.
23 years ago