At 10:00 AM 2/13/2002, Jaime Yeckle wrote:
>Hello:
>I am working with JTable. I edit text in cell, but in other case I need 
>that cell is not editable. How I make this???

If you work with a custom table model, override isCellEditable to return 
true/false based on your criteria.  If you use the default model, extend 
JTable and override isCellEditable.

Dmitry

_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to