Sankaran Krishnan

Greenhorn
+ Follow
since Jun 27, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

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
22 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.
22 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]


22 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.
22 years ago