I want to achieve this:  When the user double-clicks a particular cell in
the JTable, it becomes editable. What is the easiest way to do it?
MouseListener listenes to double click, while the isCellEditable in the data
model determines whether the cell is editable or not. How can I connect the
two? 

Many thanks!


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

Reply via email to